From c177fd2101b74695b528a3422f30c338340eab77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Nov 2023 14:00:15 +1000 Subject: [PATCH] build(deps): bump the deps group with 1 update (#1511) Bumps the deps group with 1 update: [command-group](https://github.com/watchexec/command-group). - [Changelog](https://github.com/watchexec/command-group/blob/main/CHANGELOG.md) - [Commits](https://github.com/watchexec/command-group/compare/v4.1.0...v5.0.1) --- updated-dependencies: - dependency-name: command-group dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/binstalk/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"