From 55a45f0c7e950056b3225e3ba31199ada88aaae0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 11:10:34 +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 32630d0..83d3bb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ async_ftp = { version = "6.0.0", features = ["secure"] } cfg-if = "1.0.0" clap = { version = "4.5.4", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] } futures = "0.3.30" -hyper = "0.14.28" +hyper = "1.0.0" image = { version = "0.24.9", default-features = true } ipfs-api-backend-hyper = { version = "0.6.0", features = ["with-hyper-tls"] } lazy_static = "1.4.0"