From c323bf718d5634fd00e4836da2671fac23cc875b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 16:16:32 +0000 Subject: [PATCH] Update Rust crate arti-client to 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e260c1a..f617170 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ doc = true [dependencies] anyhow = "1.0.72" argfile = "0.1.5" -arti-client = { version = "0.8.3", features = ["static"] } +arti-client = { version = "0.10.0", features = ["static"] } arti-hyper = "0.8.3" async_ftp = { version = "6.0.0", features = ["secure"] } cfg-if = "1.0.0"