From fe2efb1bfe5dd7d5988c0362a3f3b7e19c5076a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 12:10:30 +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 3384f85f..503896e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ openapiv3 = "2.2.0" openapiv3_1 = "0.1.5" pollster = "0.4.0" regex = "1.12.2" -reqwest = { version = "0.12.28", default-features = false, features = [ +reqwest = { version = "0.13.0", default-features = false, features = [ "blocking", "gzip", "rustls-tls",