Skip to content

Commit 99022f1

Browse files
chore(deps): bump tracing-subscriber
Bumps the cargo group with 1 update in the / directory: [tracing-subscriber](https://github.com/tokio-rs/tracing). Updates `tracing-subscriber` from 0.3.19 to 0.3.20 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.19...tracing-subscriber-0.3.20) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-version: 0.3.20 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ed4b491 commit 99022f1

File tree

3 files changed

+24
-49
lines changed

3 files changed

+24
-49
lines changed

Cargo.lock

Lines changed: 22 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rc-zip-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ rc-zip-sync = { version = "4.3.0", path = "../rc-zip-sync", features = [
2929
clap = { version = "4.4.18", features = ["derive"] }
3030
humansize = "2.1.3"
3131
indicatif = "0.17.7"
32-
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
32+
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
3333
cfg-if = "1.0.0"

rc-zip/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ lzma-rs = { version = "0.3.0", optional = true, features = ["stream"] }
3333
zstd = { version = "0.13.0", optional = true }
3434
ownable = "0.6.2"
3535
temp-dir = { version = "0.1.12", optional = true }
36-
tracing-subscriber = { version = "0.3.18", optional = true, features = [
36+
tracing-subscriber = { version = "0.3.20", optional = true, features = [
3737
"env-filter",
3838
] }
3939

0 commit comments

Comments
 (0)