From a7a059e95fb3b1af5fdec6911631faf46f77c69f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 14:36:53 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.12.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 33ed451..039ca60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ which = "6.0.0" [dependencies.reqwest] -version = "0.11.20" +version = "0.12.0" features = [ "brotli", "gzip",