mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Bump command-group from 2.0.1 to 2.1.0 (#864)
This commit is contained in:
parent
a6a42f30af
commit
eff8a50d13
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -445,9 +445,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "command-group"
|
name = "command-group"
|
||||||
version = "2.0.1"
|
version = "2.1.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "026c3922235f9f7d78f21251a026f3acdeb7cce3deba107fe09a4bfa63d850a2"
|
checksum = "5080df6b0f0ecb76cab30808f00d937ba725cebe266a3da8cd89dff92f2a9916"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"nix",
|
"nix",
|
||||||
|
|
|
@ -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-downloader = { version = "0.3.3", path = "../binstalk-downloader", default-features = false, features = ["gh-api-client"] }
|
||||||
binstalk-types = { version = "0.2.1", path = "../binstalk-types" }
|
binstalk-types = { version = "0.2.1", path = "../binstalk-types" }
|
||||||
cargo_toml = "0.15.2"
|
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"] }
|
compact_str = { version = "0.7.0", features = ["serde"] }
|
||||||
detect-targets = { version = "0.1.5", path = "../detect-targets" }
|
detect-targets = { version = "0.1.5", path = "../detect-targets" }
|
||||||
either = "1.8.1"
|
either = "1.8.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue