From 4edd5162e4dd4663aea567b3c8fdd8ac7f96fad4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 15:15:42 +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 4153533d..012959d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ futures = "0.3" # HTTP client # HTTP client — use rustls to avoid native OpenSSL dep during cross-compilation -reqwest = { version = "0.12", features = ["json", "stream", "rustls-tls"], default-features = false } +reqwest = { version = "0.13", features = ["json", "stream", "rustls-tls"], default-features = false } # Serialization serde = { version = "1", features = ["derive"] }