diff --git a/Cargo.toml b/Cargo.toml index 66a551b..0075a67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ license = "Apache 2.0" ansi_term = "0.12.1" anyhow = "1.0.69" async-trait = "0.1.64" -clap = { version = "4.1.4", features = ["derive"] } +clap = { version = "4.4.4", features = ["derive"] } clap_complete = "4.1.1" chrono = { version = "0.4.23", features = ["serde"] } dirs = "4.0.0"