From 8c240241d8b7d21b22be0b9bcb4177564f0d2c37 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 03:35:40 +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 24f7404..359d330 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ progenitor-client = { version = "0.11.2" } rand = "0.10.1" rand_core = "0.10.1" regex = "1.12.3" -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"