From 4f7092b5b966a6dcf3b9acc77bbffca0739d33a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 11:51:44 +0000 Subject: [PATCH] chore(deps): update rust crate reqwest to 0.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2dd80f2d..94e09ef6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -243,7 +243,7 @@ tokio = { version = "1.0", features = [ ] } # HTTP client - use rustls TLS (pure Rust, no OpenSSL dependency) # This enables cross-compilation to musl targets without OpenSSL -reqwest = { version = "0.12", features = [ +reqwest = { version = "0.13", features = [ "json", "stream", "rustls-tls",