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

This commit is contained in:
renovate[bot] 2024-06-07 04:41:50 +00:00 committed by GitHub
parent 3ada847570
commit f007d5eaed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 27 additions and 36 deletions

View file

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