From 780aa4f1d8d7ca9cb025bb60a1c8d274bb188676 Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Thu, 29 May 2025 00:16:52 +1000 Subject: [PATCH] Upgrade reqwest to 0.12.18 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 74597d1f..fc4940fa 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.5", features = [ +reqwest = { version = "0.12.18", features = [ "http2", "stream", "zstd",