From 325b039626a045efa9ab6f013c219a967463391b Mon Sep 17 00:00:00 2001 From: depi Date: Sun, 16 Apr 2023 01:35:40 +0000 Subject: [PATCH] Automatically update dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cce038c..6d5b76c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,9 +53,9 @@ arti-client = { version = "0.8.3", features = ["static"] } arti-hyper = "0.8.3" async_ftp = { version = "6.0.0", features = ["secure"] } cfg-if = "1.0.0" -clap = { version = "4.2.1", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] } +clap = { version = "4.2.2", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] } futures = "0.3.28" -hyper = "0.14.25" +hyper = "0.14.26" image = { version = "0.24.6", default-features = true } ipfs-api-backend-hyper = { version = "0.6.0", features = ["with-hyper-tls"] } lazy_static = "1.4.0"