Skip to content

Commit 2300285

Browse files
authored
Merge pull request github#13898 from github/dependabot/cargo/ql/regex-1.9.3
Bump regex from 1.9.1 to 1.9.3 in /ql
2 parents abe3a81 + 6ed4aaf commit 2300285

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

ql/Cargo.lock

Lines changed: 9 additions & 9 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.26"
1111
rayon = "1.7.0"
12-
regex = "1.9.1"
12+
regex = "1.9.3"

ql/extractor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ clap = { version = "4.2", features = ["derive"] }
1616
tracing = "0.1"
1717
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
1818
rayon = "1.7.0"
19-
regex = "1.9.1"
19+
regex = "1.9.3"
2020
codeql-extractor = { path = "../../shared/tree-sitter-extractor" }

0 commit comments

Comments
 (0)