From 58b58d35a8fa8bed93c92c3584d6d329ff12f8df Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 5 Apr 2025 00:36:43 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.12.15 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c793f87..c41aa90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,5 @@ edition = "2024" clap = { version = "4.5.35", features = ["derive"] } log = "0.4.27" env_logger = "0.11.8" -reqwest = "0.12.5" +reqwest = "0.12.15" tokio = { version = "1", features = ["full"] } -- 2.47.2