Skip to content

Commit 045f471

Browse files
Bump tracing-subscriber from 0.3.19 to 0.3.20 (#36)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0bcc685 commit 045f471

File tree

2 files changed

+13
-57
lines changed

2 files changed

+13
-57
lines changed

Cargo.lock

Lines changed: 12 additions & 56 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
@@ -19,7 +19,7 @@ tokio = { version = "1.43", features = ["macros", "rt-multi-thread"] }
1919
bytes = "1.9"
2020
http-body-util = "0.1.2"
2121
tracing = "0.1.41"
22-
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
22+
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
2323
hyper-util = { version="0.1.10",features = ["tokio"] }
2424
base64 = "0.22.1"
2525

0 commit comments

Comments
 (0)