From a2708a0370d6b774b6452639d4f226c23367ac1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 17:13:07 +0000 Subject: [PATCH] chore(deps): update rust crate reqwest to 0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 03761da..f731db4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ figment = { version = "0.10.19", features = ["env", "toml"] } humantime = "2.3.0" humantime-serde = "1.1.1" prometheus-client = "0.25.0" -reqwest = { version = "0.12.24", default-features = false, features = [ +reqwest = { version = "0.13.0", default-features = false, features = [ "gzip", "json", "rustls-tls",