diff --git a/Cargo.toml b/Cargo.toml index 34dd0b2..db31a6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ authors = ["Frank Denis "] edition = "2018" [dependencies] -clap = { version = "3.0.0", features = ["std", "cargo", "wrap_help"] } +clap = { version = "4.5.4", features = ["std", "cargo", "wrap_help"] } flate2 = "1" horrorshow = "0.8" hyper = "0.10"