From 44f40a3f6ed9ec25f9bb24af907ffbbf6dc2abc4 Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate@communiquons.org>
Date: Mon, 28 Apr 2025 00:20:35 +0000
Subject: [PATCH] Update Rust crate webpki-roots to 0.26.9

---
 Cargo.lock | 4 ++--
 Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 6b75c47..8814abf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -685,9 +685,9 @@ dependencies = [
 
 [[package]]
 name = "webpki-roots"
-version = "0.26.8"
+version = "0.26.9"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
+checksum = "29aad86cec885cafd03e8305fd727c418e970a521322c91688414d5b8efba16b"
 dependencies = [
  "rustls-pki-types",
 ]
diff --git a/Cargo.toml b/Cargo.toml
index 6b72da2..2da0907 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.8"
+webpki-roots = "0.26.9"
 rand = "0.9.1"
\ No newline at end of file