Skip to content

Commit 3d9aaf4

Browse files
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 bb0be94 commit 3d9aaf4

File tree

3 files changed

+7
-36
lines changed

3 files changed

+7
-36
lines changed

Cargo.lock

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

client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ tempfile = "3.20.0"
1313
thiserror = "2.0.12"
1414
tokio = { version = "1.45.0", features = ["full"] }
1515
tracing = "0.1.41"
16-
tracing-subscriber = "0.3.19"
16+
tracing-subscriber = "0.3.20"
1717
zip = "2.6.1"

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ sqlx = { version = "0.8.5", features = ["postgres", "runtime-tokio", "chrono"] }
1616
tokio = { version = "1.44.2", features = ["full"] }
1717
tower-http = { version = "0.6.4", features = ["trace"] }
1818
tracing = "0.1.41"
19-
tracing-subscriber = "0.3.19"
19+
tracing-subscriber = "0.3.20"

0 commit comments

Comments
 (0)