From 47eece756d3020d8c0c67df56220fa7c30fdcac2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 23:36:30 +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 2d413b3..ea6a0ab 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.4.8", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] } futures = "0.3.29" -hyper = "0.14.27" +hyper = "1.0.1" image = { version = "0.24.7", default-features = true } ipfs-api-backend-hyper = { version = "0.6.0", features = ["with-hyper-tls"] } lazy_static = "1.4.0"