Skip to content

Commit

Permalink
chore: upgrade webpki-roots 0.22.5 -> 0.23.0 (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
boxdot committed Jun 16, 2023
1 parent 4696a8a commit 3ab112c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry/Cargo.toml
Expand Up @@ -75,7 +75,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.22.5", optional = true }
webpki-roots = { version = "0.23.0", optional = true }

[dev-dependencies]
sentry-anyhow = { path = "../sentry-anyhow" }
Expand Down

0 comments on commit 3ab112c

Please sign in to comment.