Update sentry-rust monorepo to 0.32.3

This commit is contained in:
renovate[bot] 2024-04-16 13:06:03 +00:00 committed by GitHub
parent 6d47c20efa
commit f9ec759592
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 234 additions and 51 deletions

View file

@ -176,7 +176,7 @@ features = ["rt-tokio"]
# optional sentry metrics for crash/panic reporting
[dependencies.sentry]
version = "0.32.2"
version = "0.32.3"
optional = true
default-features = false
features = [
@ -192,10 +192,10 @@ features = [
"log",
]
[dependencies.sentry-tracing]
version = "0.32.2"
version = "0.32.3"
optional = true
[dependencies.sentry-tower]
version = "0.32.2"
version = "0.32.3"
optional = true
# optional jemalloc usage