From f88da41d3de32527fc7c642b53d53abccd7596c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 17:39:04 -0400 Subject: [PATCH] Update reqwest requirement from 0.11 to 0.12 (#100) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1bffbcd..5e0f161 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ flate2 = "1.0.26" indicatif = { version = "0.17.3", features = ["improved_unicode"] } once_cell = "1.17.1" os_pipe = "1.1.4" -reqwest = { version = "0.11", features = ["blocking", "rustls-tls"], default-features = false } +reqwest = { version = "0.12", features = ["blocking", "rustls-tls"], default-features = false } tar = "0.4.38" tempfile = "3.5.0" zip = { version = "0.6.4", features = ["deflate"] } @@ -29,7 +29,7 @@ flate2 = "1.0.26" highway = "1.0.0" rand = "0.8.5" regex = "1.8.1" -reqwest = { version = "0.11", features = ["blocking", "rustls-tls"], default-features = false } +reqwest = { version = "0.12", features = ["blocking", "rustls-tls"], default-features = false } tar = "0.4.38" zip = { version = "0.6.4", features = ["deflate"] }