From 2ae0ea4d5fbadfab3dcee5b32122bc53877c8930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 23:02:03 +0000 Subject: [PATCH] fix(deps): bump webpki-roots from 0.26.8 to 1.0.3 Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.26.8 to 1.0.3. - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](https://github.com/rustls/webpki-roots/compare/v/0.26.8...v/1.0.3) --- updated-dependencies: - dependency-name: webpki-roots dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 17 ++++------------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73a6f2ea8f..f61fd5d941 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,7 +119,7 @@ dependencies = [ "tracing-test", "url", "uuid", - "webpki-roots 0.26.8", + "webpki-roots", "whoami", ] @@ -1561,7 +1561,7 @@ dependencies = [ "url", "uuid", "walkdir", - "webpki-roots 0.26.8", + "webpki-roots", "whoami", "windows 0.61.3", "winnow 0.6.2", @@ -3541,7 +3541,7 @@ dependencies = [ "tokio", "tokio-rustls 0.26.4", "tower-service", - "webpki-roots 1.0.3", + "webpki-roots", ] [[package]] @@ -6042,7 +6042,7 @@ dependencies = [ "wasm-bindgen-futures", "wasm-streams", "web-sys", - "webpki-roots 1.0.3", + "webpki-roots", ] [[package]] @@ -8218,15 +8218,6 @@ dependencies = [ "wasm-bindgen", ] -[[package]] -name = "webpki-roots" -version = "0.26.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9" -dependencies = [ - "rustls-pki-types", -] - [[package]] name = "webpki-roots" version = "1.0.3" diff --git a/Cargo.toml b/Cargo.toml index 7120e92c82..a43c4f6f82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,7 +124,7 @@ unicode-width = "0.2.0" url = "2.5.4" uuid = { version = "1.15.1", features = ["v4", "serde"] } walkdir = "2.5.0" -webpki-roots = "=0.26.8" +webpki-roots = "=1.0.3" whoami = "1.6.0" windows = { version = "0.61.1", features = ["Foundation", "Win32_System_ProcessStatus", "Win32_System_Kernel", "Win32_System_Threading", "Wdk_System_Threading"] } winnow = "=0.6.2"