Skip to content

Commit 3a39e8b

Browse files
Bump regex from 1.8.1 to 1.8.2 in /ql
Bumps [regex](https://github.com/rust-lang/regex) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.8.1...1.8.2) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a319fc0 commit 3a39e8b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

ql/Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ql/buramu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ edition = "2018"
99
lazy_static = "1.4.0"
1010
chrono = "0.4.24"
1111
rayon = "1.7.0"
12-
regex = "1.8.1"
12+
regex = "1.8.2"

ql/extractor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ clap = { version = "4.2", features = ["derive"] }
1717
tracing = "0.1"
1818
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
1919
rayon = "1.7.0"
20-
regex = "1.8.1"
20+
regex = "1.8.2"
2121
codeql-extractor = { path = "../../shared/tree-sitter-extractor" }

0 commit comments

Comments
 (0)