From 3e5645b6c92a760715a03905f623f8f086363553 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 02:33:37 +0000 Subject: [PATCH] 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 b2fb649..f923b22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,6 +21,6 @@ thiserror = "1.0" bytes = "1.4" [dependencies.reqwest] -version = "0.12.12" +version = "0.13.0" default-features = false features = ["http2", "charset", "rustls-tls", "json", "gzip", "brotli", "deflate"]