From 86a8444c4c9065fbb786d8ed6eaffa8b40a09afc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:13:36 +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 5ab14dc..99f9587 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ base64 = "0.22.1" tokio-stream = "0.1.15" [dependencies.reqwest] -version = "0.12.4" +version = "0.13.0" features = ["rustls-tls", "charset", "http2", "macos-system-configuration"] default-features = false