From 997dce85029061112f4a63900e60da3d3e850c0a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 1 May 2025 00:20:53 +0000 Subject: [PATCH] Update Rust crate webpki-roots to 0.26.10 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8814abf..9884867 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -685,9 +685,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.26.9" +version = "0.26.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29aad86cec885cafd03e8305fd727c418e970a521322c91688414d5b8efba16b" +checksum = "37493cadf42a2a939ed404698ded7fb378bf301b5011f973361779a3a74f8c93" dependencies = [ "rustls-pki-types", ] diff --git a/Cargo.toml b/Cargo.toml index 2da0907..ba2b4bb 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.9" +webpki-roots = "0.26.10" rand = "0.9.1" \ No newline at end of file