diff --git a/Cargo.toml b/Cargo.toml index 30f2493d..0ae6e10c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ platform-dirs = "0.3.0" git-conventional = "0.12.3" ureq = { version = "2.6.2", features = ["json"] } http = "0.2.9" -clap = { version = "4.1.10", features = ["cargo", "derive", "env"] } +clap = { version = "4.3.3", features = ["cargo", "derive", "env"] } itertools = "0.10.5" miette = { version = "5.6.0", features = ["fancy"] } thiserror = "1.0.39"