mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
dep: Rm unused dep generic-array
in binstalk-downloader
(#1312)
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
6cc22b2c51
commit
a28b1a8092
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -298,7 +298,6 @@ dependencies = [
|
||||||
"compact_str",
|
"compact_str",
|
||||||
"flate2",
|
"flate2",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"generic-array",
|
|
||||||
"httpdate",
|
"httpdate",
|
||||||
"percent-encoding",
|
"percent-encoding",
|
||||||
"reqwest",
|
"reqwest",
|
||||||
|
|
|
@ -19,7 +19,6 @@ bzip2 = "0.4.4"
|
||||||
compact_str = "0.7.0"
|
compact_str = "0.7.0"
|
||||||
flate2 = { version = "1.0.26", default-features = false }
|
flate2 = { version = "1.0.26", default-features = false }
|
||||||
futures-util = "0.3.28"
|
futures-util = "0.3.28"
|
||||||
generic-array = "0.14.7"
|
|
||||||
httpdate = "1.0.2"
|
httpdate = "1.0.2"
|
||||||
reqwest = { version = "0.11.19", features = ["stream", "gzip", "brotli", "deflate"], default-features = false }
|
reqwest = { version = "0.11.19", features = ["stream", "gzip", "brotli", "deflate"], default-features = false }
|
||||||
percent-encoding = "2.2.0"
|
percent-encoding = "2.2.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue