From a391be823ed82b3c8f0b1c26aa9dc71fda415da9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 03:30:51 +0000 Subject: [PATCH] Update Rust crate hyper to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 80765e815..b246bd3c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ http = "0.2.12" httptest = "0.15.5" human_bytes = "0.4.3" humantime = "2.1.0" -hyper = { version = "0.14", features = [ "full" ] } +hyper = { version = "1.0", features = [ "full" ] } hyper-staticfile = "0.9.6" indicatif = { version = "0.17.8", features = ["rayon"] } itertools = "0.12.1"