From 8cdcc7c52f7c894d4d29e2f4f05f0f6a6209e342 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 12:48:05 +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 8936272f8..3f22fc26f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ version = "4.4.12" [dependencies.reqwest] features = ["gzip"] -version = "0.11.23" +version = "0.12.0" [dependencies.tokio] version = "1.35.1"