From 82f1ba8d3ce83c213146455b1020d189402ab550 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 04:17:52 +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 f4a64be..e0c4359 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ proc-macro2 = "1" quote = "1" rand = "0.8.5" rand_core = "0.6" -reqwest = { version = "0.12.24", default-features = false, features = ["json", "stream"] } +reqwest = { version = "0.13.2", default-features = false, features = ["json", "stream"] } rsa = "0.9.10" schemars = { version = "0.8.22", features = ["url"] } secrecy = "0.10.3"