Skip to content

Commit

Permalink
fix(deps): update rust crate sentry to 0.31.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 28, 2023
1 parent ca577af commit 2e3fa2a
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 @@ -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"
Expand Down

0 comments on commit 2e3fa2a

Please sign in to comment.