Update sentry-rust monorepo to 0.37.0

This commit is contained in:
renovate[bot] 2025-04-01 16:11:11 +00:00 committed by GitHub
parent 0f81c1e1cc
commit 2db4f8f647
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 38 additions and 90 deletions

View file

@ -423,7 +423,7 @@ features = ["rt-tokio"]
# optional sentry metrics for crash/panic reporting
[workspace.dependencies.sentry]
version = "0.36.0"
version = "0.37.0"
default-features = false
features = [
"backtrace",
@ -439,9 +439,9 @@ features = [
]
[workspace.dependencies.sentry-tracing]
version = "0.35.0"
version = "0.37.0"
[workspace.dependencies.sentry-tower]
version = "0.35.0"
version = "0.37.0"
# jemalloc usage
[workspace.dependencies.tikv-jemalloc-sys]