From e0a5a0de09738aa7ddc6a05f5128ab71c5dd7257 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 20:50:52 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9d188a6c..c3c8787a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ tracing-appender = "0.2.3" rolling-file = "0.2.0" [dependencies.reqwest] -version = "0.12.15" +version = "0.13.0" features = [ "blocking", "rustls-tls",