From 11bcc632da4d1b79f435dafff5113d0894bb1bd9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Jun 2025 00:22:32 +0000 Subject: [PATCH] Update Rust crate webpki-roots to 1.0.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 783cb6e..e4b4912 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -688,9 +688,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb" +checksum = "8782dd5a41a24eed3a4f40b606249b3e236ca61adf1f25ea4d45c73de122b502" dependencies = [ "rustls-pki-types", ] diff --git a/Cargo.toml b/Cargo.toml index 65b1fa4..fda43a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,5 @@ clap = { version = "4.5.40", features = ["env", "derive"] } tokio = { version = "1.45.1", features = ["full"] } tokio-rustls = { version = "0.26.2", features = ["ring", "tls12"], default-features = false } rustls-pki-types = "1.12.0" -webpki-roots = "1.0.0" +webpki-roots = "1.0.1" rand = "0.9.1" \ No newline at end of file