From ccdb1a57672e31eb6db6d535fb8843594e5abbe8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 14 Oct 2025 00:38:16 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.12.24 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 911fdf8..11aea90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1672,9 +1672,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.23" +version = "0.12.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" +checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index f896fa2..1442dfd 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.23" +reqwest = "0.12.24"