From 3a504ca04962bc51737291b03088eb80c6d8a37d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:35:41 +0000 Subject: [PATCH] Update Rust crate arti-client to 0.24.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 32630d0..422be40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ doc = true [dependencies] anyhow = "1.0.82" argfile = "0.1.6" -arti-client = { version = "0.8.3", features = ["static"] } +arti-client = { version = "0.24.0", features = ["static"] } arti-hyper = "0.8.3" async_ftp = { version = "6.0.0", features = ["secure"] } cfg-if = "1.0.0"