From f2d1c232148cf5d071b2c4f358509892e424ea26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:46:17 +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 ae80d8f..70cdb75 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