From f91867019bc67cd584d4b9c022268129f49c3979 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 3 Apr 2025 00:38:20 +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 0869251..5c2936b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,5 @@ edition = "2024" clap = { version = "4.5.35", features = ["derive"] } log = "0.4.22" env_logger = "0.11.5" -reqwest = "0.12.5" +reqwest = "0.12.15" tokio = { version = "1", features = ["full"] }