diff --git a/Cargo.toml b/Cargo.toml index e6d5831..135a413 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ doc = true anyhow = "1.0.79" argfile = "0.1.6" arti-client = { version = "0.8.3", features = ["static"] } -arti-hyper = "0.8.3" +arti-hyper = "0.13.0" async_ftp = { version = "6.0.0", features = ["secure"] } cfg-if = "1.0.0" clap = { version = "4.4.13", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] }