Skip to content

Commit 9f986f0

Browse files
Update sentry-rust monorepo to v0.34.0 (#8798)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent adbe771 commit 9f986f0

File tree

3 files changed

+20
-32
lines changed

3 files changed

+20
-32
lines changed

Cargo.lock

Lines changed: 18 additions & 30 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
@@ -103,7 +103,7 @@ reqwest = { version = "=0.12.4", features = ["blocking", "gzip", "json"] }
103103
scheduled-thread-pool = "=0.2.7"
104104
secrecy = "=0.8.0"
105105
semver = { version = "=1.0.23", features = ["serde"] }
106-
sentry = { version = "=0.33.0", features = ["tracing", "tower", "tower-axum-matched-path", "tower-http"] }
106+
sentry = { version = "=0.34.0", features = ["tracing", "tower", "tower-axum-matched-path", "tower-http"] }
107107
serde = { version = "=1.0.203", features = ["derive"] }
108108
serde_json = "=1.0.117"
109109
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.86"
1212
deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] }
1313
diesel = { version = "=2.2.0", features = ["postgres", "serde_json"] }
1414
futures-util = "=0.3.30"
15-
sentry-core = { version = "=0.33.0", features = ["client"] }
15+
sentry-core = { version = "=0.34.0", features = ["client"] }
1616
serde = { version = "=1.0.203", features = ["derive"] }
1717
serde_json = "=1.0.117"
1818
thiserror = "=1.0.61"

0 commit comments

Comments
 (0)