Deduplicating crate dependencies (part 1 of n) (#11606)

This fixes (partially) #11468.
The change includes:
```
arrayvec
base64
crossbeam-deque
crossbeam-epoch
crossbeam-utils
home
idna
impl-serde
keccak-hasher
lock_api
miow
num-traits
parking_lot
parking_lot_core
percent-encoding
```
This commit is contained in:
Valentin Shergin
2020-04-07 07:18:56 -07:00
committed by GitHub
parent 1cf37cca0d
commit d78565593b
9 changed files with 32 additions and 89 deletions

View File

@@ -13,5 +13,5 @@ lazy_static = "1.0"
regex = "1.0"
time = "0.1"
parking_lot = "0.10.0"
arrayvec = "0.4"
arrayvec = "0.5.1"
ansi_term = "0.11"