Skip to content

Commit 0b884c4

Browse files
committed
fix(deps): update rust crate tracing to 0.1.39
1 parent b54907c commit 0b884c4

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

server/Cargo.lock

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

server/app/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ anyhow = "1.0.75"
1313
tokio = { version = "1.32.0", features = ["rt-multi-thread"] }
1414
tonic = { version = "0.9.2", features = ["gzip"] }
1515
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
16-
tracing = "0.1.37"
16+
tracing = "0.1.39"
1717
tower-http = { version = "0.4.4", features = ["trace"] }

0 commit comments

Comments
 (0)