Skip to content

Commit 1cf8261

Browse files
build(deps): bump tracing-subscriber from 0.3.19 to 0.3.20
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0320458 commit 1cf8261

File tree

3 files changed

+12
-46
lines changed

3 files changed

+12
-46
lines changed

Cargo.lock

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

surface-dtx-daemon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tokio = { version = "1.44.2", features = ["fs", "sync", "process", "signal", "io
2626
toml = "0.8.20"
2727
serde_ignored = "0.1.11"
2828
tracing = "0.1.41"
29-
tracing-subscriber = { version = "0.3.19", features = ["std", "env-filter"] }
29+
tracing-subscriber = { version = "0.3.20", features = ["std", "env-filter"] }
3030

3131
[build-dependencies]
3232
clap = "4.5.37"

surface-dtx-userd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ serde_ignored = "0.1.11"
2121
tokio = { version = "1.44.2", features = ["macros", "rt", "signal"] }
2222
toml = "0.8.20"
2323
tracing = "0.1.41"
24-
tracing-subscriber = { version = "0.3.19", features = ["std", "env-filter"] }
24+
tracing-subscriber = { version = "0.3.20", features = ["std", "env-filter"] }
2525

2626
[build-dependencies]
2727
clap = "4.5.37"

0 commit comments

Comments
 (0)