From 3e4b27e1969cb0b25a68180cbb3c29cb582877da 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:25 +0000 Subject: [PATCH] Update Rust crate reqwest-middleware to 0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a42f910..da1496a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ 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-middleware = "0.4" +reqwest-middleware = "0.5" reqwest-retry = "0.7" reqwest-tracing = "0.5" resend-rs = { version = "0.15.0", default-features = false, features = ["rustls-tls"] }