From 4e6ef4150db7f9ecae910720f373d412c94b8a8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 23:09:23 +0900 Subject: [PATCH] Bump webpki-roots from 0.26.11 to 1.0.4 (#6347) Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.26.11 to 1.0.4. - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](https://github.com/rustls/webpki-roots/compare/v/0.26.11...v/1.0.4) --- updated-dependencies: - dependency-name: webpki-roots dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 11 +---------- crates/stdlib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) 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 }