Skip to content

Commit 04e93f6

Browse files
Update Rust crate tracing-subscriber to v0.3.16
1 parent 99810bd commit 04e93f6

File tree

2 files changed

+22
-15
lines changed

2 files changed

+22
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ thiserror = "=1.0.37"
8282
tokio = { version = "=1.21.2", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
8383
toml = "=0.5.9"
8484
tracing = "=0.1.36"
85-
tracing-subscriber = { version = "=0.3.15", features = ["env-filter"] }
85+
tracing-subscriber = { version = "=0.3.16", features = ["env-filter"] }
8686
url = "=2.3.1"
8787

8888
[dev-dependencies]

0 commit comments

Comments
 (0)