Skip to content

Commit 3517d05

Browse files
fix(deps): update tokio-tracing monorepo
1 parent 35f0d63 commit 3517d05

File tree

2 files changed

+77
-49
lines changed

2 files changed

+77
-49
lines changed

Cargo.lock

+75-47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ axum = { version = "0.4.3", features = ["json", "multipart"] }
1111
futures = "0.3.19"
1212
serde = { version = "1.0.133", features = ["derive"] }
1313
tokio = { version = "1.15.0", features = ["macros", "rt-multi-thread"] }
14-
tracing = "0.1.29"
15-
tracing-subscriber = "0.3.5"
14+
tracing = "0.1.40"
15+
tracing-subscriber = "0.3.18"
1616

1717
[features]

0 commit comments

Comments
 (0)