Skip to content

Commit

Permalink
Bump webpki-roots to ^0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusirgens committed Aug 23, 2023
1 parent 6ef6d97 commit 2db47c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 2db47c9

Please sign in to comment.