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 Apr 4, 2024
1 parent ccff412 commit ff6eaee
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 @@ -25,7 +25,7 @@ regex = "1.6.0"
reqwest = { version = "0.11.11", default-features = false, features = ["cookies", "rustls-tls"] }
serde_json = "1.0.85"
tokio = { version = "1.21.0", features = ["macros", "rt", "rt-multi-thread", "process"] }
tracing = "0.1.36"
tracing = "0.1.40"
tracing-appender = "0.2.2"
tracing-error = "0.2.0"
tracing-opentelemetry = "0.23"
Expand Down

0 comments on commit ff6eaee

Please sign in to comment.