diff --git a/Cargo.toml b/Cargo.toml index 0215372..c2a8196 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.0", features = ["static"] } arti-hyper = "0.8.3" async_ftp = { version = "6.0.0", features = ["secure"] } cfg-if = "1.0.0"