From f8b65369dcda61f5c4e53a1d0e4414fdea162930 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 2 Nov 2025 00:13:39 +0000 Subject: [PATCH] Update Rust crate webpki-roots to 1.0.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7bb7ed5..93223a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -627,9 +627,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32b130c0d2d49f8b6889abc456e795e82525204f27c42cf767cf0d7734e089b8" +checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e" dependencies = [ "rustls-pki-types", ] diff --git a/Cargo.toml b/Cargo.toml index a884dee..8a8ff7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,5 @@ clap = { version = "4.5.51", features = ["env", "derive"] } tokio = { version = "1.48.0", features = ["full"] } tokio-rustls = { version = "0.26.4", features = ["ring", "tls12"], default-features = false } rustls-pki-types = "1.13.0" -webpki-roots = "1.0.3" +webpki-roots = "1.0.4" rand = "0.9.2" \ No newline at end of file