Skip to content

Commit fbe39fd

Browse files
Update sentry-rust monorepo to v0.43.0 (#11978)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a6bab4a commit fbe39fd

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

Cargo.lock

Lines changed: 20 additions & 20 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
@@ -118,7 +118,7 @@ reqwest = { version = "=0.12.23", features = ["gzip", "json"] }
118118
rss = { version = "=2.0.12", default-features = false, features = ["atom"] }
119119
secrecy = "=0.10.3"
120120
semver = { version = "=1.0.27", features = ["serde"] }
121-
sentry = { version = "=0.42.0", features = ["tracing", "tower", "tower-axum-matched-path", "tower-http"] }
121+
sentry = { version = "=0.43.0", features = ["tracing", "tower", "tower-axum-matched-path", "tower-http"] }
122122
serde = { version = "=1.0.226", features = ["derive"] }
123123
serde_json = "=1.0.145"
124124
sha2 = "=0.10.9"
@@ -158,6 +158,6 @@ insta = { version = "=1.43.2", features = ["glob", "json", "redactions"] }
158158
jsonwebtoken = "=9.3.1"
159159
quoted_printable = "=0.5.1"
160160
regex = "=1.11.2"
161-
sentry = { version = "=0.42.0", features = ["test"] }
161+
sentry = { version = "=0.43.0", features = ["test"] }
162162
tokio = "=1.47.1"
163163
zip = { version = "=5.1.1", 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.100"
1212
diesel = { version = "=2.2.12", features = ["postgres", "serde_json"] }
1313
diesel-async = { version = "=0.6.1", features = ["async-connection-wrapper", "deadpool", "postgres"] }
1414
futures-util = "=0.3.31"
15-
sentry-core = { version = "=0.42.0", features = ["client"] }
15+
sentry-core = { version = "=0.43.0", features = ["client"] }
1616
serde = { version = "=1.0.226", features = ["derive"] }
1717
serde_json = "=1.0.145"
1818
thiserror = "=2.0.16"

0 commit comments

Comments
 (0)