From 3d3a116e6707e42ad14111f12a7485775783d296 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 18:38:33 +0000 Subject: [PATCH] Update Rust crate arti-hyper to 0.9.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb829f1..a0b6c2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ doc = true anyhow = "1.0.71" argfile = "0.1.5" arti-client = { version = "0.8.3", features = ["static"] } -arti-hyper = "0.8.3" +arti-hyper = "0.9.1" async_ftp = { version = "6.0.0", features = ["secure"] } cfg-if = "1.0.0" clap = { version = "4.3.0", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] }