From 872dcb7d44d1fbedd9cd706f9cfd17e678f1bdec Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Thu, 29 May 2025 00:35:46 +1000 Subject: [PATCH] fix dep reqwest 0.12.18 does not exist use reqwest 0.12.17 Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --- crates/binstalk-downloader/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/binstalk-downloader/Cargo.toml b/crates/binstalk-downloader/Cargo.toml index fc4940fa..bc498d5e 100644 --- a/crates/binstalk-downloader/Cargo.toml +++ b/crates/binstalk-downloader/Cargo.toml @@ -36,7 +36,7 @@ rc-zip-sync = { version = "4.2.6", features = [ "lzma", "zstd", ] } -reqwest = { version = "0.12.18", features = [ +reqwest = { version = "0.12.17", features = [ "http2", "stream", "zstd",