diff --git a/Cargo.lock b/Cargo.lock index bc2cc13..2f80ad8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -69,9 +69,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.0.8" +version = "4.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5840cd9093aabeabf7fd932754c435b7674520fc3ddc935c397837050f0f1e4b" +checksum = "30607dd93c420c6f1f80b544be522a0238a7db35e6a12968d28910983fee0df0" dependencies = [ "atty", "bitflags", diff --git a/commands/gng-build-agent/Cargo.toml b/commands/gng-build-agent/Cargo.toml index 6a9673d..1d05eec 100644 --- a/commands/gng-build-agent/Cargo.toml +++ b/commands/gng-build-agent/Cargo.toml @@ -17,7 +17,7 @@ rust-version = "1.56" gng_build_shared = { path = "../../crates/gng_build_shared" } gng_core = { path = "../../crates/gng_core" } -clap = { version = "4.0.8" } +clap = { version = "4.0.9" } eyre = { version = "0.6" } rlua = { version = "0.19" } rlua_serde = { version = "0.4" } diff --git a/commands/gng-build/Cargo.toml b/commands/gng-build/Cargo.toml index 344104a..7086d23 100644 --- a/commands/gng-build/Cargo.toml +++ b/commands/gng-build/Cargo.toml @@ -20,7 +20,7 @@ gng_core = { path = "../../crates/gng_core" } gng_package = { path = "../../crates/gng_package" } # gng_packet_db = { path = "../../crates/gng_packet_db" } -clap = { version = "4.0.8" } +clap = { version = "4.0.9" } # downloader = { version = "0.2", default-features = false, features = [ "tui", "verify", "rustls-tls" ] } eyre = { version = "0.6" } lazy_static = { version = "1.4" } diff --git a/commands/gng-repo/Cargo.toml b/commands/gng-repo/Cargo.toml index 1c2ffe3..64e3282 100644 --- a/commands/gng-repo/Cargo.toml +++ b/commands/gng-repo/Cargo.toml @@ -17,7 +17,7 @@ rust-version = "1.56" gng_core = { path = "../../crates/gng_core" } gng_packet_db = { path = "../../crates/gng_packet_db" } -clap = { version = "4.0.8" } +clap = { version = "4.0.9" } eyre = { version = "0.6" } serde = { version = "1.0" } serde_json = { version = "1.0" } diff --git a/crates/gng_core/Cargo.toml b/crates/gng_core/Cargo.toml index 68c4097..b858ea2 100644 --- a/crates/gng_core/Cargo.toml +++ b/crates/gng_core/Cargo.toml @@ -13,8 +13,7 @@ license = "GPL-3.0-or-later" repository = "https://github.com/hunger/gng" rust-version = "1.56" -[dependencies] -clap = { version = "4.0.8" } +clap = { version = "4.0.9" } faccess = { version = "0.2" } itertools = { version = "0.10" } nix = { version = "0.25" }