diff --git a/Cargo.lock b/Cargo.lock index 966eef1e..3ee981a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -645,9 +645,9 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "command-group" -version = "4.1.0" +version = "5.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e389ace313e22a2ac5a0e54f5805616a783077943b001edabbdb8640d52c490e" +checksum = "a68fa787550392a9d58f44c21a3022cfb3ea3e2458b7f85d3b399d0ceeccf409" dependencies = [ "async-trait", "nix", diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index 67c28daa..85cc5a41 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -16,7 +16,7 @@ binstalk-fetchers = { version = "0.2.2", path = "../binstalk-fetchers", features binstalk-registry = { version = "0.3.0", path = "../binstalk-registry" } binstalk-types = { version = "0.6.1", path = "../binstalk-types" } cargo-toml-workspace = { version = "3.0.0", path = "../cargo-toml-workspace" } -command-group = { version = "4.1.0", features = ["with-tokio"] } +command-group = { version = "5.0.1", features = ["with-tokio"] } compact_str = { version = "0.7.0", features = ["serde"] } detect-targets = { version = "0.1.14", path = "../detect-targets", features = ["tracing"] } either = "1.8.1"