diff --git a/Cargo.lock b/Cargo.lock index b770168af..652e7e1f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3197,7 +3197,7 @@ dependencies = [ "unicode-casing", "unicode_names2 2.0.0", "uuid", - "webpki-roots 0.26.11", + "webpki-roots", "widestring", "windows-sys 0.59.0", "x509-cert", @@ -4293,15 +4293,6 @@ dependencies = [ "rustls-pki-types", ] -[[package]] -name = "webpki-roots" -version = "0.26.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" -dependencies = [ - "webpki-roots 1.0.4", -] - [[package]] name = "webpki-roots" version = "1.0.4" diff --git a/crates/stdlib/Cargo.toml b/crates/stdlib/Cargo.toml index 2fe8e3ec8..623e57e87 100644 --- a/crates/stdlib/Cargo.toml +++ b/crates/stdlib/Cargo.toml @@ -126,7 +126,7 @@ x509-cert = { version = "0.2.5", features = ["pem", "builder"], optional = true x509-parser = { version = "0.16", optional = true } der = { version = "0.7", features = ["alloc", "oid"], optional = true } pem-rfc7468 = { version = "0.7", optional = true } -webpki-roots = { version = "0.26", optional = true } +webpki-roots = { version = "1.0", optional = true } aws-lc-rs = { version = "1.14.1", optional = true } oid-registry = { version = "0.7", features = ["x509", "pkcs1", "nist_algs"], optional = true } pkcs8 = { version = "0.10", features = ["encryption", "pkcs5", "pem"], optional = true }