diff --git a/Cargo.lock b/Cargo.lock index ff8b648..4b249cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2604,9 +2604,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.26.8" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9" +checksum = "2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb" dependencies = [ "rustls-pki-types", ] diff --git a/Cargo.toml b/Cargo.toml index 1eea7ce..fed1c22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ percent-encoding = { version = "2.3", optional = true } native-tls = { version = "0.2.9", optional = true } # feature rustls = { version = "0.23.18", default-features = false, features = ["logging", "std", "tls12"], optional = true } rustls-native-certs = { version = "0.8", optional = true } -webpki-roots = { version = "0.26", optional = true } +webpki-roots = { version = "1.0.0", optional = true } boring = { version = "4", optional = true } # async