Skip to content

Commit c4db1fb

Browse files
Bump regex from 1.9.6 to 1.10.1
Bumps [regex](https://github.com/rust-lang/regex) from 1.9.6 to 1.10.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.9.6...1.10.1) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent edc7a7d commit c4db1fb

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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.

extractor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ clap = { version = "4.4", features = ["derive"] }
1717
tracing = "0.1"
1818
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
1919
rayon = "1.8.0"
20-
regex = "1.9.6"
20+
regex = "1.10.1"
2121
codeql-extractor = { git = "https://github.com/github/codeql", rev = "67a0112fcbd02c797f070fe9a534394a11218b98" }

0 commit comments

Comments
 (0)