From 486de0c95e853e020821a2f7729842feff95b459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 01:05:28 +0000 Subject: [PATCH] fix(deps): bump webpki-roots from 0.26.8 to 1.0.1 Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.26.8 to 1.0.1. - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](https://github.com/rustls/webpki-roots/compare/v/0.26.8...v/1.0.1) --- updated-dependencies: - dependency-name: webpki-roots dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a68cfbe67..386ba17693 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1275,7 +1275,7 @@ dependencies = [ "url", "uuid", "walkdir", - "webpki-roots 0.26.8", + "webpki-roots 1.0.1", "whoami", "windows 0.61.3", "winnow 0.6.2", @@ -6667,7 +6667,7 @@ dependencies = [ "serde_json", "socks", "url", - "webpki-roots 0.26.8", + "webpki-roots 0.26.11", ] [[package]] @@ -6986,11 +6986,11 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.26.8" +version = "0.26.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9" +checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" dependencies = [ - "rustls-pki-types", + "webpki-roots 1.0.1", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index f2cda449e2..b0eee89165 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -121,7 +121,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.1" 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"