Bump command-group from 2.0.1 to 2.1.0 (#864)

This commit is contained in:
dependabot[bot] 2023-03-06 03:36:02 +00:00 committed by GitHub
parent a6a42f30af
commit eff8a50d13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ async-trait = "0.1.66"
binstalk-downloader = { version = "0.3.3", path = "../binstalk-downloader", default-features = false, features = ["gh-api-client"] }
binstalk-types = { version = "0.2.1", path = "../binstalk-types" }
cargo_toml = "0.15.2"
command-group = { version = "2.0.1", features = ["with-tokio"] }
command-group = { version = "2.1.0", features = ["with-tokio"] }
compact_str = { version = "0.7.0", features = ["serde"] }
detect-targets = { version = "0.1.5", path = "../detect-targets" }
either = "1.8.1"