From 5c55979df02fe0866c10bfb48fbc6daba86303bc 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:31 +0000 Subject: [PATCH] Update Rust crate reqwest-retry to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a42f910..ffd4bc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ 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-retry = "0.7" +reqwest-retry = "0.9" reqwest-tracing = "0.5" resend-rs = { version = "0.15.0", default-features = false, features = ["rustls-tls"] } ring = "0.17.14"