From e2350952a1233029d5c3798670ba935fa90dfc7e Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 04:23:05 +0000 Subject: [PATCH] Update Rust crate reqwest-tracing to 0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b74c6c6..f00b2d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ 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-tracing = "0.5" +reqwest-tracing = "0.7" resend-rs = { version = "0.15.0", default-features = false, features = ["rustls-tls"] } ring = "0.17.14" rsa = "0.9.10"