Skip to content

Commit 6dec862

Browse files
Update sentry-rust monorepo to v0.37.0
1 parent 8b91a3f commit 6dec862

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ reqwest = { version = "=0.12.15", features = ["gzip", "json"] }
113113
rss = { version = "=2.0.12", default-features = false, features = ["atom"] }
114114
secrecy = "=0.10.3"
115115
semver = { version = "=1.0.26", features = ["serde"] }
116-
sentry = { version = "=0.36.0", features = ["tracing", "tower", "tower-axum-matched-path", "tower-http"] }
116+
sentry = { version = "=0.37.0", features = ["tracing", "tower", "tower-axum-matched-path", "tower-http"] }
117117
serde = { version = "=1.0.219", features = ["derive"] }
118118
serde_json = "=1.0.140"
119119
sha2 = "=0.10.8"

crates/crates_io_worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ anyhow = "=1.0.97"
1212
diesel = { version = "=2.2.8", features = ["postgres", "serde_json"] }
1313
diesel-async = { version = "=0.5.2", features = ["async-connection-wrapper", "deadpool", "postgres"] }
1414
futures-util = "=0.3.31"
15-
sentry-core = { version = "=0.36.0", features = ["client"] }
15+
sentry-core = { version = "=0.37.0", features = ["client"] }
1616
serde = { version = "=1.0.219", features = ["derive"] }
1717
serde_json = "=1.0.140"
1818
thiserror = "=2.0.12"

0 commit comments

Comments
 (0)