From 6f553664c7fcd6a0d0fcaf66f6f4d174f9dd4339 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 22:56:16 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c6b84ba..7dab21b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ flate2 = "1.0.25" futures = "0.3" futures-util = "0.3" hex = "0.4.3" -reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "stream"] } +reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "stream"] } ring = "0.16.20" semver = { version = "1.0.17", features = ["std", "serde"] } serde = { version = "1.0", features = [ "derive" ] }