From ed8bb720e02f65112fa0f39e1a2ce6ee257a2b72 Mon Sep 17 00:00:00 2001 From: depi Date: Sun, 10 Mar 2024 01:21:45 +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 d60b020..2e8b130 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ 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.5.1", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] } +clap = { version = "4.5.2", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] } futures = "0.3.30" hyper = "0.14.28" image = { version = "0.24.9", default-features = true } @@ -62,7 +62,7 @@ lazy_static = "1.4.0" mimalloc = { version = "0.1.39", default-features = false } url = "2.5.0" urlencoding = "2.1.3" -reqwest = { version = "0.11.24", features = ["stream"] } +reqwest = { version = "0.11.25", features = ["stream"] } tls-api = { version = "0.9.0", features = ["runtime-tokio"] } tls-api-native-tls = { version = "0.9.0", features = ["runtime-tokio"] } tokio = { version = "1.36.0", features = ["full"] }