diff --git a/sentry/Cargo.toml b/sentry/Cargo.toml index 6d6de6f9..e360c9dc 100644 --- a/sentry/Cargo.toml +++ b/sentry/Cargo.toml @@ -73,7 +73,7 @@ tokio = { version = "1.0", features = ["rt"], optional = true } ureq = { version = "2.7.0", optional = true, default-features = false } native-tls = { version = "0.2.8", optional = true } rustls = { version = "0.21.2", optional = true, features = ["dangerous_configuration"] } -webpki-roots = { version = "0.23.0", optional = true } +webpki-roots = { version = "0.25.1", optional = true } [dev-dependencies] sentry-anyhow = { path = "../sentry-anyhow" }