From 78f81ec1c7646b21ae492604733bdb1c093defb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 19:52:41 +0000 Subject: [PATCH] Update Rust crate arti-hyper to 0.12.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a6bb28e..9bb2e71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ doc = true anyhow = "1.0.75" argfile = "0.1.6" arti-client = { version = "0.8.3", features = ["static"] } -arti-hyper = "0.8.3" +arti-hyper = "0.12.0" async_ftp = { version = "6.0.0", features = ["secure"] } cfg-if = "1.0.0" clap = { version = "4.4.10", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] }