Bump command-group from 2.0.0 to 2.0.1 (#634)

Bumps [command-group](https://github.com/watchexec/command-group) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/watchexec/command-group/releases)
- [Changelog](https://github.com/watchexec/command-group/blob/main/CHANGELOG.md)
- [Commits](https://github.com/watchexec/command-group/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: command-group
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-12-28 01:29:03 +00:00 committed by GitHub
parent 6a83e22460
commit 6120a6d17f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -477,9 +477,9 @@ dependencies = [
[[package]] [[package]]
name = "command-group" name = "command-group"
version = "2.0.0" version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e98782b6b757b633bd1da9d1a4ee7d323a6bd205a32b1c242d5e56e7092dfd3f" checksum = "026c3922235f9f7d78f21251a026f3acdeb7cce3deba107fe09a4bfa63d850a2"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"nix", "nix",

View file

@ -14,7 +14,7 @@ async-trait = "0.1.60"
binstalk-downloader = { version = "0.2.0", path = "../binstalk-downloader" } binstalk-downloader = { version = "0.2.0", path = "../binstalk-downloader" }
binstalk-types = { version = "0.1.0", path = "../binstalk-types" } binstalk-types = { version = "0.1.0", path = "../binstalk-types" }
cargo_toml = "0.13.0" cargo_toml = "0.13.0"
command-group = { version = "2.0.0", features = ["with-tokio"] } command-group = { version = "2.0.1", features = ["with-tokio"] }
compact_str = { version = "0.6.1", features = ["serde"] } compact_str = { version = "0.6.1", features = ["serde"] }
crates_io_api = { version = "0.8.1", default-features = false } crates_io_api = { version = "0.8.1", default-features = false }
detect-targets = { version = "0.1.3", path = "../detect-targets" } detect-targets = { version = "0.1.3", path = "../detect-targets" }