mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 13:38:43 +00:00
Add new dep itertools v0.10.3
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
9391d22fa2
commit
58c50cbe91
2 changed files with 2 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -139,6 +139,7 @@ dependencies = [
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"guess_host_triple",
|
"guess_host_triple",
|
||||||
"home",
|
"home",
|
||||||
|
"itertools",
|
||||||
"jobserver",
|
"jobserver",
|
||||||
"log",
|
"log",
|
||||||
"miette",
|
"miette",
|
||||||
|
|
|
@ -31,6 +31,7 @@ flate2 = { version = "1.0.24", default-features = false }
|
||||||
fs4 = "0.6.2"
|
fs4 = "0.6.2"
|
||||||
futures-util = { version = "0.3.21", default-features = false }
|
futures-util = { version = "0.3.21", default-features = false }
|
||||||
home = "0.5.3"
|
home = "0.5.3"
|
||||||
|
itertools = "0.10.3"
|
||||||
jobserver = "0.1.24"
|
jobserver = "0.1.24"
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
miette = "5.1.1"
|
miette = "5.1.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue