Skip to content

Commit 3ab112c

Browse files
authored
chore: upgrade webpki-roots 0.22.5 -> 0.23.0 (#593)
1 parent 4696a8a commit 3ab112c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ tokio = { version = "1.0", features = ["rt"], optional = true }
7575
ureq = { version = "2.7.0", optional = true, default-features = false }
7676
native-tls = { version = "0.2.8", optional = true }
7777
rustls = { version = "0.21.2", optional = true, features = ["dangerous_configuration"] }
78-
webpki-roots = { version = "0.22.5", optional = true }
78+
webpki-roots = { version = "0.23.0", optional = true }
7979

8080
[dev-dependencies]
8181
sentry-anyhow = { path = "../sentry-anyhow" }

0 commit comments

Comments
 (0)