mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-05 14:27:26 +00:00
Remove direct yamux dependency. (#4968)
libp2p-0.16 allows configuring yamux through libp2p-yamux, so the direct dependency is no longer needed. While at it we also update to the latest versions of yamux and nohash-hasher, though the code changes do not depend on it.
This commit is contained in:
@@ -27,7 +27,7 @@ linked-hash-map = "0.5.2"
|
||||
linked_hash_set = "0.1.3"
|
||||
log = "0.4.8"
|
||||
lru = "0.4.0"
|
||||
nohash-hasher = "0.1.3"
|
||||
nohash-hasher = "0.2.0"
|
||||
parking_lot = "0.10.0"
|
||||
prost = "0.6.1"
|
||||
rand = "0.7.2"
|
||||
@@ -54,7 +54,6 @@ thiserror = "1"
|
||||
unsigned-varint = { version = "0.3.0", features = ["futures-codec"] }
|
||||
void = "1.0.2"
|
||||
zeroize = "1.0.0"
|
||||
yamux = "0.4.2"
|
||||
|
||||
[dev-dependencies]
|
||||
async-std = "1.5"
|
||||
|
||||
Reference in New Issue
Block a user