Skip to content

Commit

Permalink
Update Rust crate tracing-subscriber to 0.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mrtnzlml committed Nov 13, 2023
1 parent 67d327f commit c224de7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 @@ -42,7 +42,7 @@ serde_qs = "0.12.0"
thiserror = { version = "1.0.50", default-features = false }
tokio = { version = "1.34.0", default-features = false, features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.17", default-features = false, features = ["smallvec", "fmt", "ansi", "tracing-log", "std", "env-filter"] }
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["smallvec", "fmt", "ansi", "tracing-log", "std", "env-filter"] }
typed-builder = "0.18.0"
url = "2.4.1"
uuid = { version = "1.5.0", default-features = false, features = ["std", "v4"] }
Expand Down

0 comments on commit c224de7

Please sign in to comment.