diff --git a/Cargo.toml b/Cargo.toml index 9bfa483..560b0bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ exclude = [ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = { version = "4.3.1", features = ["derive", "color", "cargo", "wrap_help", "suggestions"] } +clap = { version = "4.3.2", features = ["derive", "color", "cargo", "wrap_help", "suggestions"] } log = "0.4.18" pretty_env_logger = "0.5.0" colored = "2.0.0"