diff --git a/Cargo.toml b/Cargo.toml index 5364726..6abcf9a 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.12", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] } futures = "0.3.30" -hyper = "0.14.28" +hyper = "1.1.0" 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"