Skip to content

Commit 2afe01d

Browse files
committed
fix: upgrade sentry w/ a fix for the blocking curl Transport
includes the fix: getsentry/sentry-rust#701 Closes SYNC-4460
1 parent c8ec7ca commit 2afe01d

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

Cargo.lock

+7-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,14 @@ regex = "1.4"
6464
reqwest = { version = "0.12", default-features = false, features = [
6565
"rustls-tls",
6666
] }
67-
sentry = { version = "0.34", default-features = false, features = [
67+
# rev 1b65b5c includes https://github.com/getsentry/sentry-rust/pull/701
68+
sentry = { version = "0.34", git = "https://github.com/getsentry/sentry-rust", rev = "1b65b5c", default-features = false, features = [
6869
"curl",
6970
"backtrace",
7071
"contexts",
7172
"debug-images",
7273
] }
73-
sentry-backtrace = "0.34"
74+
sentry-backtrace = { version = "0.34", git = "https://github.com/getsentry/sentry-rust", rev = "1b65b5c" }
7475
serde = "1.0"
7576
serde_derive = "1.0"
7677
serde_json = { version = "1.0", features = ["arbitrary_precision"] }

0 commit comments

Comments
 (0)