diff --git a/server/ingestor/Cargo.toml b/server/ingestor/Cargo.toml index 5a0ba83..1b2d938 100644 --- a/server/ingestor/Cargo.toml +++ b/server/ingestor/Cargo.toml @@ -11,7 +11,7 @@ domain = { path = "../domain" } anyhow = "1.0.75" tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros", "signal"] } tracing-subscriber = { version = "0.3.17", features = ["std", "registry", "env-filter"] } -sentry = { version = "0.31.5", features = ["profiling", "tracing", "debug-logs"] } +sentry = { version = "0.31.6", features = ["profiling", "tracing", "debug-logs"] } tracing = "0.1.37" serde = "1.0.179"