From c6f254ea883afc4cb8d6896f45ffcde533e4192b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 19:30:12 +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 11c2fdb..8e69538 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ async_ftp = { version = "6.0.0", features = ["secure"] } cfg-if = "1.0.0" clap = { version = "4.5.1", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] } futures = "0.3.30" -hyper = "0.14.28" +hyper = "1.2.0" image = { version = "0.24.8", default-features = true } ipfs-api-backend-hyper = { version = "0.6.0", features = ["with-hyper-tls"] } lazy_static = "1.4.0"