Skip to content

Commit 9a54b68

Browse files
build(deps): bump the extractor group with 2 updates
Bumps the extractor group with 2 updates: [tracing](https://github.com/tokio-rs/tracing) and [tracing-subscriber](https://github.com/tokio-rs/tracing). Updates `tracing` from 0.1.40 to 0.1.41 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.40...tracing-0.1.41) Updates `tracing-subscriber` from 0.3.18 to 0.3.19 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.18...tracing-subscriber-0.3.19) --- updated-dependencies: - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extractor - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extractor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 57dd573 commit 9a54b68

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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
@@ -19,6 +19,6 @@ codeql-extractor = { git = "https://github.com/github/codeql", rev = "839ca60f90
1919
flate2 = "1.0"
2020
clap = { version = "4.5", features = ["derive"] }
2121
tracing = "0.1"
22-
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
22+
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
2323
rayon = "1.10.0"
2424
regex = "1.11.1"

0 commit comments

Comments
 (0)