Skip to content

Commit e6ac0fb

Browse files
Merge 322a7c1 into b594f83
2 parents b594f83 + 322a7c1 commit e6ac0fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sentry/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ http-client = { version = "6.5.3", optional = true }
7272
isahc = { version = "0.9.14", optional = true }
7373
serde_json = { version = "1.0.48", optional = true }
7474
tokio = { version = "1.0", features = ["rt"], optional = true }
75-
ureq = { version = "2.3.0", optional = true, default-features = false }
75+
ureq = { version = "2.7.0", optional = true, default-features = false }
7676
native-tls = { version = "0.2.8", optional = true }
77-
rustls = { version = "0.20.6", optional = true, features = ["dangerous_configuration"] }
77+
rustls = { version = "0.21.2", optional = true, features = ["dangerous_configuration"] }
7878
webpki-roots = { version = "0.22.5", optional = true }
7979

8080
[dev-dependencies]

0 commit comments

Comments
 (0)