Skip to content

Commit bb06ea3

Browse files
fix(deps): bump tracing-subscriber from 0.3.20 to 0.3.22
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.20 to 0.3.22. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.20...tracing-subscriber-0.3.22) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-version: 0.3.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cf39ab6 commit bb06ea3

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ tokio-util = { version = "0.7.15", features = ["codec", "compat"] }
119119
toml = "0.8.12"
120120
tracing = { version = "0.1.40", features = ["log"] }
121121
tracing-appender = "0.2.2"
122-
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "fmt", "parking_lot", "time"] }
122+
tracing-subscriber = { version = "0.3.22", features = ["env-filter", "fmt", "parking_lot", "time"] }
123123
tracing-test = "0.2.4"
124124
typed-path = "0.11.0"
125125
unicode-width = "0.2.0"

0 commit comments

Comments
 (0)