diff --git a/server/ingestor/Cargo.toml b/server/ingestor/Cargo.toml index e64b72b..665312c 100644 --- a/server/ingestor/Cargo.toml +++ b/server/ingestor/Cargo.toml @@ -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"