We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4696a8a commit 3ab112cCopy full SHA for 3ab112c
sentry/Cargo.toml
@@ -75,7 +75,7 @@ tokio = { version = "1.0", features = ["rt"], optional = true }
75
ureq = { version = "2.7.0", optional = true, default-features = false }
76
native-tls = { version = "0.2.8", optional = true }
77
rustls = { version = "0.21.2", optional = true, features = ["dangerous_configuration"] }
78
-webpki-roots = { version = "0.22.5", optional = true }
+webpki-roots = { version = "0.23.0", optional = true }
79
80
[dev-dependencies]
81
sentry-anyhow = { path = "../sentry-anyhow" }
0 commit comments