From 079d74ee1dcd6eb9193211c6b6643a5307f4c73f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 18:14:31 +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 a671a58..25133a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ which = "4.4.2" [dependencies.reqwest] -version = "0.11.20" +version = "0.12.0" features = [ "brotli", "gzip",