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"