From 83a2381ea1d4ce84ece739e4bcb3881fb9f4e564 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 22:44:39 +0000 Subject: [PATCH] chore(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 c3566b8..4ba5312 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ netrc = "0.4.1" openssl = { version = "0.10.64", features = ["vendored"] } question = "0.2.2" regex = "1.10.4" -reqwest = { version = "0.11.27", features = ["stream"] } +reqwest = { version = "0.12.0", features = ["stream"] } rust-s3 = { version = "0.33.0", features = ["blocking", "with-tokio"] } self_update = { version = "0.40.0", features = ["archive-tar", "compression-flate2"] } sha2 = "0.10.8"