Skip to content

Commit f2555f9

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 215f867 commit f2555f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ reqwest = { version = "0.12", default-features = false, features = [
6565
"rustls-tls",
6666
] }
6767
# rev 1b65b5c includes https://github.com/getsentry/sentry-rust/pull/701
68+
# TODO: bump to 0.35 as soon as it's available
6869
sentry = { version = "0.34", git = "https://github.com/getsentry/sentry-rust", rev = "1b65b5c", default-features = false, features = [
6970
"curl",
7071
"backtrace",

0 commit comments

Comments
 (0)