diff --git a/Cargo.toml b/Cargo.toml index 4a9a074..2ed0d73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ futures = "0.3" tokio = { version = "1.12", features = ["full"] } generic_error = "0.2" structopt = "0.3" -clap = "2.33" +clap = "4.0" indicatif = "0.16" pickledb = "0.4" dialoguer = "0.9"