From 9133af5484863380b9c270cafb8cf339dac53284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 00:13:02 +0000 Subject: [PATCH] fix(deps): bump webpki-roots from 0.26.10 to 1.0.0 Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.26.10 to 1.0.0. - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](https://github.com/rustls/webpki-roots/compare/v/0.26.10...v/1.0.0) --- updated-dependencies: - dependency-name: webpki-roots dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 19 ++++++++++++++----- crates/cli/Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dbd99a213b..07820c2a17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1213,7 +1213,7 @@ dependencies = [ "url", "uuid", "walkdir", - "webpki-roots", + "webpki-roots 1.0.0", "whoami", "windows 0.61.1", "winnow 0.6.2", @@ -2407,7 +2407,7 @@ dependencies = [ "tokio", "tokio-rustls 0.26.2", "tower-service", - "webpki-roots", + "webpki-roots 0.26.11", ] [[package]] @@ -4174,7 +4174,7 @@ dependencies = [ "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "webpki-roots", + "webpki-roots 0.26.11", "windows-registry", ] @@ -5818,9 +5818,18 @@ 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 = [ + "webpki-roots 1.0.0", +] + +[[package]] +name = "webpki-roots" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb" dependencies = [ "rustls-pki-types", ] diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 60cec08e3f..7b2d21aa11 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -152,7 +152,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.0" whoami = "1.6.0" winnow = "=0.6.2"