Skip to content

Commit 7c61bcc

Browse files
Update sentry-rust monorepo to v0.40.0 (#11375)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 262c54c commit 7c61bcc

File tree

3 files changed

+72
-28
lines changed

3 files changed

+72
-28
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ reqwest = { version = "=0.12.20", features = ["gzip", "json"] }
115115
rss = { version = "=2.0.12", default-features = false, features = ["atom"] }
116116
secrecy = "=0.10.3"
117117
semver = { version = "=1.0.26", features = ["serde"] }
118-
sentry = { version = "=0.39.0", features = ["tracing", "tower", "tower-axum-matched-path", "tower-http"] }
118+
sentry = { version = "=0.40.0", features = ["tracing", "tower", "tower-axum-matched-path", "tower-http"] }
119119
serde = { version = "=1.0.219", features = ["derive"] }
120120
serde_json = "=1.0.140"
121121
sha2 = "=0.10.9"
@@ -153,6 +153,6 @@ insta = { version = "=1.43.1", features = ["glob", "json", "redactions"] }
153153
jsonwebtoken = "=9.3.1"
154154
quoted_printable = "=0.5.1"
155155
regex = "=1.11.1"
156-
sentry = { version = "=0.39.0", features = ["test"] }
156+
sentry = { version = "=0.40.0", features = ["test"] }
157157
tokio = "=1.45.1"
158158
zip = { version = "=4.1.0", default-features = false, features = ["deflate"] }

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.98"
1212
diesel = { version = "=2.2.10", 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.39.0", features = ["client"] }
15+
sentry-core = { version = "=0.40.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)