From 5491aab8baffdc138aadd1e868592097a499d95b Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 04:10:18 +0000 Subject: [PATCH] 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 a42f910..8d6299c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ progenitor-client = { version = "0.11.2" } rand = "0.8.5" rand_core = "0.6" regex = "1.12.2" -reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "rustls-tls"] } +reqwest = { version = "0.13", default-features = false, features = ["json", "stream", "rustls-tls"] } reqwest-middleware = "0.4" reqwest-retry = "0.7" reqwest-tracing = "0.5"