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

This commit is contained in:
Renovate Bot
2026-05-01 17:50:16 +00:00
committed by Ellis Git
parent 73d8462ace
commit 81c5c6b2bc
2 changed files with 23 additions and 23 deletions
+3 -3
View File
@@ -433,7 +433,7 @@ features = ["http", "grpc-tonic", "trace", "logs", "metrics"]
# optional sentry metrics for crash/panic reporting
[workspace.dependencies.sentry]
version = "0.47.0"
version = "0.48.0"
default-features = false
features = [
"backtrace",
@@ -448,9 +448,9 @@ features = [
]
[workspace.dependencies.sentry-tracing]
version = "0.47.0"
version = "0.48.0"
[workspace.dependencies.sentry-tower]
version = "0.47.0"
version = "0.48.0"
# jemalloc usage
[workspace.dependencies.tikv-jemalloc-sys]