Skip to content

Commit

Permalink
fix(deps): update rust crate tracing to 0.1.40
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent 5d2d0bf commit 5fca588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ thiserror = "1.0.49"
futures = "0.3.28"
tokio = { version = "1.33.0", default-features = false, features = ["rt-multi-thread", "net", "macros"] }
tokio-stream = { version = "0.1.14", features = ["net"] }
tracing = "0.1.37"
tracing = "0.1.40"
tracing-subscriber = "0.3.17"
serde_json = "1.0.107"
clap = "4.4.6"
Expand Down

0 comments on commit 5fca588

Please sign in to comment.