From 255f4c9a7a7ed77bf7e0d8873c19016810801858 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 7 May 2025 00:26:11 +0000 Subject: [PATCH] Update Rust crate webpki-roots to 0.26.11 --- Cargo.lock | 15 ++++++++++++--- Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9884867..42fb36a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -400,7 +400,7 @@ dependencies = [ "rustls-pki-types", "tokio", "tokio-rustls", - "webpki-roots", + "webpki-roots 0.26.11", ] [[package]] @@ -685,9 +685,18 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.26.10" +version = "0.26.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37493cadf42a2a939ed404698ded7fb378bf301b5011f973361779a3a74f8c93" +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/Cargo.toml b/Cargo.toml index ba2b4bb..7fc982f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,5 @@ clap = { version = "4.5.37", features = ["env", "derive"] } tokio = { version = "1.44.2", features = ["full"] } tokio-rustls = { version = "0.26.2", features = ["ring", "tls12"], default-features = false } rustls-pki-types = "1.11.0" -webpki-roots = "0.26.10" +webpki-roots = "0.26.11" rand = "0.9.1" \ No newline at end of file -- 2.47.2