diff --git a/Cargo.lock b/Cargo.lock index dc6ccac1..283a1818 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -451,9 +451,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.2.4" +version = "4.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "956ac1f6381d8d82ab4684768f89c0ea3afe66925ceadb4eeb3fc452ffc55d62" +checksum = "8a1f23fa97e1d1641371b51f35535cb26959b8e27ab50d167a8b996b5bada819" dependencies = [ "clap_builder", "clap_derive", @@ -462,9 +462,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.2.4" +version = "4.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84080e799e54cff944f4b4a4b0e71630b0e0443b25b985175c7dddc1a859b749" +checksum = "0fdc5d93c358224b4d6867ef1356d740de2303e9892edc06c5340daeccd96bab" dependencies = [ "anstream", "anstyle", diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index c1f761c8..329279df 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -24,7 +24,7 @@ pkg-fmt = "zip" [dependencies] binstalk = { path = "../binstalk", version = "0.12.0", default-features = false } binstalk-manifests = { path = "../binstalk-manifests", version = "0.5.0" } -clap = { version = "4.2.4", features = ["derive", "env"] } +clap = { version = "4.2.5", features = ["derive", "env"] } compact_str = "0.7.0" dirs = "5.0.0" file-format = { version = "0.16.0", default-features = false } diff --git a/crates/leon/Cargo.toml b/crates/leon/Cargo.toml index 36569498..722e0d50 100644 --- a/crates/leon/Cargo.toml +++ b/crates/leon/Cargo.toml @@ -11,7 +11,7 @@ license = "Apache-2.0 OR MIT" exclude = ["fuzz", "benches"] [dependencies] -clap = { version = "4.2.4", features = ["derive"], optional = true } +clap = { version = "4.2.5", features = ["derive"], optional = true } miette = { version = "5.8.0", default-features = false, optional = true } thiserror = "1.0.38"