From a2da72c1ad2af1e76d1cd0162d6fa1518f177f0d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 16 Dec 2025 00:31:09 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.12.26 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 36cd157..22a9a98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1607,9 +1607,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.25" +version = "0.12.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6eff9328d40131d43bd911d42d79eb6a47312002a4daefc9e37f17e74a7701a" +checksum = "3b4c14b2d9afca6a60277086b0cc6a6ae0b568f6f7916c943a8cdc79f8be240f" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index f2bb109..0f2727a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,4 +19,4 @@ futures = "0.3.31" thiserror = "2.0.17" rand = "0.9.2" mktemp = "0.5.1" -reqwest = "0.12.25" +reqwest = "0.12.26" -- 2.49.1