diff --git a/Cargo.toml b/Cargo.toml index a94f90e..e10db77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/baarsgaard/jig" [dependencies] chrono = { version = "0.4.26", default-features = false, features = ["clock"] } -clap = { version = "4.3.0", default-features = false, features = [ +clap = { version = "4.5.18", default-features = false, features = [ "help", "std", "color",