Skip to content

Commit

Permalink
fix(deps): 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] committed Apr 17, 2024
1 parent d6507a1 commit 0857605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/ingestor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ domain = { path = "../domain" }

anyhow = "1.0.82"
tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros", "signal"] }
tracing-subscriber = { version = "0.3.17", features = ["std", "registry", "env-filter"] }
tracing-subscriber = { version = "0.3.18", features = ["std", "registry", "env-filter"] }
sentry = { version = "0.31.7", features = ["profiling", "tracing", "debug-logs"] }

tracing = "0.1.39"
Expand Down

0 comments on commit 0857605

Please sign in to comment.