From 9a204a50b2040df13ca6173f83e8befd6c4db487 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 00:32:26 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b363908..2f68fc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ version = "0.1.0" # Web Requests & Async Runtime tokio = { version = "1.37.0", features = ["full"] } actix-web = "4.5.1" -reqwest = { version = "0.12.9", features = ["stream", "brotli", "gzip", "socks"], default-features = false } +reqwest = { version = "0.13.0", features = ["stream", "brotli", "gzip", "socks"], default-features = false } qstring = "0.7.2" # Alternate Allocator