chore(deps): update sentry-rust monorepo to 0.35.0

This commit is contained in:
renovate[bot] 2024-11-29 13:04:06 +00:00 committed by GitHub
parent 29c715a45f
commit fb67504388
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 33 additions and 47 deletions

View file

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