Skip to content

Commit 8cfd5fd

Browse files
Bump the extractor group with 2 updates
Bumps the extractor group with 2 updates: [tracing](https://github.com/tokio-rs/tracing) and [regex](https://github.com/rust-lang/regex). Updates `tracing` from 0.1.39 to 0.1.40 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.39...tracing-0.1.40) Updates `regex` from 1.10.1 to 1.10.2 - [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.10.1...1.10.2) --- updated-dependencies: - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extractor - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extractor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2c99803 commit 8cfd5fd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 7 additions & 7 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.10.1"
20+
regex = "1.10.2"
2121
codeql-extractor = { git = "https://github.com/github/codeql", rev = "67a0112fcbd02c797f070fe9a534394a11218b98" }

0 commit comments

Comments
 (0)