Skip to content

Commit 5fcc0d3

Browse files
authored
Merge pull request github#12625 from github/dependabot/cargo/ql/regex-1.7.2
Bump regex from 1.7.1 to 1.7.2 in /ql
2 parents a328d8c + b7600c6 commit 5fcc0d3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ql/Cargo.lock

Lines changed: 4 additions & 4 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.1"
12+
regex = "1.7.2"

ql/extractor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ tracing = "0.1"
2020
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
2121
rayon = "1.7.0"
2222
num_cpus = "1.14.0"
23-
regex = "1.7.1"
23+
regex = "1.7.2"

0 commit comments

Comments
 (0)