Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
3a4c982419 Bump regex from 1.11.1 to 1.12.3 in /ql
Bumps [regex](https://github.com/rust-lang/regex) from 1.11.1 to 1.12.3.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.11.1...1.12.3)

---
updated-dependencies:
- dependency-name: regex
  dependency-version: 1.12.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-19 08:27:06 +00:00
3 changed files with 2 additions and 2 deletions

BIN
ql/Cargo.lock generated

Binary file not shown.

View File

@@ -9,4 +9,4 @@ edition = "2021"
lazy_static = "1.4.0"
chrono = "0.4.37"
rayon = "1.9.0"
regex = "1.10.4"
regex = "1.12.3"

View File

@@ -16,5 +16,5 @@ clap = { version = "4.2", features = ["derive"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
rayon = "1.9.0"
regex = "1.10.4"
regex = "1.12.3"
codeql-extractor = { path = "../../shared/tree-sitter-extractor" }