From b553aa899f92af75c14ce9137c22bbcb98c17565 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 04:04:28 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.13.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e7432c3..723b903 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ tabwriter = { version = "1", features = ["ansi_formatting"] } colored = "3" rand = "0.8" camino = { version = "1.2.2", features = ["serde1"] } -reqwest = { version = "0.12.26", default-features = false } +reqwest = { version = "0.13.2", default-features = false } oxnet = { version = "0.1.4", default-features = false } indicatif = "0.18.3" xz2 = "0.1.7"