From 1063896b1ac7930cc6e6766a3456c0676f275144 Mon Sep 17 00:00:00 2001 From: "mend-5034428[bot]" Date: Sat, 7 Feb 2026 01:12:05 +0000 Subject: [PATCH] fix(deps): 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 5d0778f79..e0a387e24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -216,7 +216,7 @@ anyhow = "1.0" serde = { version = "1.0", features = ["derive"] } toml = "0.8" tokio = { version = "1.42", features = ["full"] } -reqwest = { version = "0.12", default-features = false, features = [ +reqwest = { version = "0.13.2", default-features = false, features = [ "blocking", "json", "rustls-tls",