Skip to content

Commit 593e64f

Browse files
committed
Upgrade Sentry to 0.37.0
1 parent ffdc7dc commit 593e64f

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,18 +312,18 @@ features = [
312312

313313
# Sentry error tracking
314314
[workspace.dependencies.sentry]
315-
version = "0.36.0"
315+
version = "0.37.0"
316316
default-features = false
317317
features = ["backtrace", "contexts", "panic", "tower", "reqwest"]
318318

319319
# Sentry tower layer
320320
[workspace.dependencies.sentry-tower]
321-
version = "0.36.0"
321+
version = "0.37.0"
322322
features = ["http"]
323323

324324
# Sentry tracing integration
325325
[workspace.dependencies.sentry-tracing]
326-
version = "0.36.0"
326+
version = "0.37.0"
327327

328328
# Serialization and deserialization
329329
[workspace.dependencies.serde]

0 commit comments

Comments
 (0)