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