diff --git a/Cargo.toml b/Cargo.toml index e620642..040bae3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ required-features = ["bin"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = { version = "4.5.2", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"], optional = true } +clap = { version = "4.5.3", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"], optional = true } clean-path = { version = "0.2.1", optional = true } home = { version = "0.5.9", optional = true } lazy_static = { version = "1.4.0", optional = true }