From 77b5be5f2e5676f7319f66c32eecdfc62127ff34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 11:57:52 +0000 Subject: [PATCH] chore(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 d1eb3b6..bc9179c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ serde_json = "1.0.64" urlencoding = "2.1.3" [dependencies.reqwest] -version = "0.12.12" +version = "0.13.0" default-features = false features = ["http2", "charset", "rustls-tls"]