From 4792f5f2163f40e7ddb9a01ef6fbbf7f4537fe47 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:37 +0000 Subject: [PATCH] Update Rust crate reqwest-tracing to 0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a42f910..cb8d761 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.6" resend-rs = { version = "0.15.0", default-features = false, features = ["rustls-tls"] } ring = "0.17.14" rsa = "0.9.10"