mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-28 17:21:34 +00:00
Require latest yamux version. (#1479)
This commit is contained in:
@ -14,4 +14,4 @@ futures = "0.3.1"
|
|||||||
libp2p-core = { version = "0.16.0", path = "../../core" }
|
libp2p-core = { version = "0.16.0", path = "../../core" }
|
||||||
parking_lot = "0.10"
|
parking_lot = "0.10"
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
yamux = "0.4.2"
|
yamux = "0.4.4"
|
||||||
|
Reference in New Issue
Block a user