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