From 773451f054d2c09cefb14d396e16cf8f844f4e30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 19:51:22 +0000 Subject: [PATCH] Update Rust crate arti-hyper to 0.14.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d60b020..36b5ded 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ doc = true anyhow = "1.0.80" argfile = "0.1.6" arti-client = { version = "0.8.3", features = ["static"] } -arti-hyper = "0.8.3" +arti-hyper = "0.14.1" 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"] }