dep: Rm unused dep generic-array in binstalk-downloader (#1312)

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2023-08-24 11:21:14 +10:00 committed by GitHub
parent 6cc22b2c51
commit a28b1a8092
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -298,7 +298,6 @@ dependencies = [
"compact_str",
"flate2",
"futures-util",
"generic-array",
"httpdate",
"percent-encoding",
"reqwest",

View file

@ -19,7 +19,6 @@ bzip2 = "0.4.4"
compact_str = "0.7.0"
flate2 = { version = "1.0.26", default-features = false }
futures-util = "0.3.28"
generic-array = "0.14.7"
httpdate = "1.0.2"
reqwest = { version = "0.11.19", features = ["stream", "gzip", "brotli", "deflate"], default-features = false }
percent-encoding = "2.2.0"