mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 21:18:42 +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",
|
||||
"guess_host_triple",
|
||||
"home",
|
||||
"itertools",
|
||||
"jobserver",
|
||||
"log",
|
||||
"miette",
|
||||
|
|
|
@ -31,6 +31,7 @@ flate2 = { version = "1.0.24", default-features = false }
|
|||
fs4 = "0.6.2"
|
||||
futures-util = { version = "0.3.21", default-features = false }
|
||||
home = "0.5.3"
|
||||
itertools = "0.10.3"
|
||||
jobserver = "0.1.24"
|
||||
log = "0.4.17"
|
||||
miette = "5.1.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue