mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-29 10:41:21 +00:00
Update parking_lot to v0.9 (#1300)
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
parent
b3b9081f85
commit
fa7c5c4d47
@ -15,7 +15,7 @@ fnv = "1.0"
|
|||||||
futures = "0.1"
|
futures = "0.1"
|
||||||
libp2p-core = { version = "0.13.0", path = "../../core" }
|
libp2p-core = { version = "0.13.0", path = "../../core" }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
parking_lot = "0.8"
|
parking_lot = "0.9"
|
||||||
tokio-codec = "0.1"
|
tokio-codec = "0.1"
|
||||||
tokio-io = "0.1"
|
tokio-io = "0.1"
|
||||||
unsigned-varint = { version = "0.2.1", features = ["codec"] }
|
unsigned-varint = { version = "0.2.1", features = ["codec"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user