Skip to content

Commit

Permalink
Update Rust crate tracing to 0.1.41
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 19329a9 commit b204c6b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/abacus/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/abacus/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ serde_qs = "0.13.0"
thiserror = { version = "1.0.69", default-features = false }
tokio = { version = "1.41.1", default-features = false, features = ["full"] }
tower-http = { version = "0.6.2", default-features = false, features = ["cors", "trace"] }
tracing = "0.1.40"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["smallvec", "fmt", "ansi", "tracing-log", "std", "env-filter"] }
typed-builder = "0.20.0"
url = "2.5.3"
Expand Down

0 comments on commit b204c6b

Please sign in to comment.