From 8056605e377659893985a8536baf1b2aebf4f7bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 01:20:28 +0000 Subject: [PATCH] chore(cargo): bump webpki-roots from 0.26.8 to 1.0.7 Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.26.8 to 1.0.7. - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](https://github.com/rustls/webpki-roots/compare/v/0.26.8...v/1.0.7) --- Cargo.lock | 23 ++++++++++++++++------- Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b9d21ca3..3d0e4e5e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1400,7 +1400,7 @@ dependencies = [ "url", "uuid", "walkdir", - "webpki-roots", + "webpki-roots 1.0.7", ] [[package]] @@ -2645,7 +2645,7 @@ dependencies = [ "tokio", "tokio-rustls", "tower-service", - "webpki-roots", + "webpki-roots 0.26.11", ] [[package]] @@ -3009,7 +3009,7 @@ dependencies = [ "tracing", "url", "wasm-bindgen-futures", - "webpki-roots", + "webpki-roots 0.26.11", "x509-parser", "z32", ] @@ -3195,7 +3195,7 @@ dependencies = [ "tokio-websockets", "tracing", "url", - "webpki-roots", + "webpki-roots 0.26.11", "ws_stream_wasm", "z32", ] @@ -5007,7 +5007,7 @@ dependencies = [ "wasm-bindgen-futures", "wasm-streams", "web-sys", - "webpki-roots", + "webpki-roots 0.26.11", "windows-registry", ] @@ -6765,9 +6765,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.7", +] + +[[package]] +name = "webpki-roots" +version = "1.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "52f5ee44c96cf55f1b349600768e3ece3a8f26010c05265ab73f945bb1a2eb9d" dependencies = [ "rustls-pki-types", ] diff --git a/Cargo.toml b/Cargo.toml index 872cdd087..d0c830cdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,7 +111,7 @@ tracing = "0.1.41" url = "2" uuid = { version = "1", features = ["serde", "v4"] } walkdir = "2.5.0" -webpki-roots = "0.26.8" +webpki-roots = "1.0" [dev-dependencies] anyhow = { workspace = true, features = ["backtrace"] } # Enable `backtrace` feature in tests.