diff --git a/Cargo.lock b/Cargo.lock index 7a77526..2b86f16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -424,9 +424,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.3.5" +version = "4.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2686c4115cb0810d9a984776e197823d08ec94f176549a89a9efded477c456dc" +checksum = "d9394150f5b4273a1763355bd1c2ec54cc5a2593f790587bcd6b2c947cfa9211" dependencies = [ "clap_builder", "clap_derive", @@ -435,9 +435,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.3.5" +version = "4.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e53afce1efce6ed1f633cf0e57612fe51db54a1ee4fd8f8503d078fe02d69ae" +checksum = "9a78fbdd3cc2914ddf37ba444114bc7765bbdcb55ec9cbe6fa054f0137400717" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 26ed751..774aaee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ xdg = "2.5.0" zip = "0.6.6" [dependencies.clap] -version = "4.3.5" +version = "4.3.8" features = ["cargo", "derive", "unicode", "wrap_help"] [dependencies.rustyline] @@ -76,7 +76,7 @@ version = "1.28.2" features = ["macros", "process", "rt-multi-thread"] [build-dependencies] -clap = { version = "4.3.5", features = ["derive"] } +clap = { version = "4.3.8", features = ["derive"] } clap_complete = "4.3.1" clap_mangen = "0.2.12"