diff --git a/Cargo.lock b/Cargo.lock index 4015281a..fe0832e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -390,7 +390,7 @@ version = "0.22.0" dependencies = [ "binstalk", "binstalk-manifests", - "clap 4.2.0", + "clap 4.2.1", "compact_str", "dirs", "embed-resource", @@ -494,9 +494,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.2.0" +version = "4.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6efb5f0a41b5ef5b50c5da28c07609c20091df0c1fc33d418fa2a7e693c2b624" +checksum = "046ae530c528f252094e4a77886ee1374437744b2bff1497aa898bbddbbb29b3" dependencies = [ "clap_builder", "clap_derive", @@ -505,9 +505,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.2.0" +version = "4.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "671fcaa5debda4b9a84aa7fde49c907c8986c0e6ab927e04217c9cb74e7c8bc9" +checksum = "223163f58c9a40c3b0a43e1c4b50a9ce09f007ea2cb1ec258a687945b4b7929f" dependencies = [ "anstream", "anstyle", @@ -1321,7 +1321,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" name = "leon" version = "1.0.0" dependencies = [ - "clap 4.2.0", + "clap 4.2.1", "criterion", "miette", "serde", diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index 3afe3fc1..a9ded6cb 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -24,7 +24,7 @@ pkg-fmt = "zip" [dependencies] binstalk = { path = "../binstalk", version = "0.11.0", default-features = false } binstalk-manifests = { path = "../binstalk-manifests", version = "0.4.1" } -clap = { version = "4.2.0", features = ["derive", "env"] } +clap = { version = "4.2.1", 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 76a849aa..5ee13c78 100644 --- a/crates/leon/Cargo.toml +++ b/crates/leon/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" license = "Apache-2.0 OR MIT" [dependencies] -clap = { version = "4.2.0", features = ["derive"], optional = true } +clap = { version = "4.2.1", features = ["derive"], optional = true } miette = { version = "5.5.0", default-features = false, optional = true } thiserror = "1.0.38"