Skip to content

Commit e3afb16

Browse files
Bump regex from 1.6.0 to 1.7.1 in /ql
Bumps [regex](https://github.com/rust-lang/regex) from 1.6.0 to 1.7.1. - [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.6.0...1.7.1) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8198bbf commit e3afb16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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/extractor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ tracing = "0.1"
1818
tracing-subscriber = { version = "0.3.3", features = ["env-filter"] }
1919
rayon = "1.5.0"
2020
num_cpus = "1.13.0"
21-
regex = "1.5.5"
21+
regex = "1.7.1"

0 commit comments

Comments
 (0)