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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user