Skip to content

Commit af8e441

Browse files
authored
Merge pull request github#12667 from github/dependabot/cargo/ql/regex-1.7.3
Bump regex from 1.7.2 to 1.7.3 in /ql
2 parents 28998cc + f92f390 commit af8e441

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ql/Cargo.lock

Lines changed: 2 additions & 2 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.7.2"
12+
regex = "1.7.3"

ql/extractor/Cargo.toml

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

0 commit comments

Comments
 (0)