Bump parking_lot (#4817)

Hopefully this can be merged if the tests pass.
This commit is contained in:
Demi Obenour
2020-02-04 15:56:50 +00:00
committed by GitHub
parent cd0d2fd791
commit 0ab013bddb
33 changed files with 63 additions and 63 deletions
@@ -13,7 +13,7 @@ jsonrpc-core = "14.0.5"
jsonrpc-core-client = "14.0.5"
jsonrpc-derive = "14.0.5"
log = "0.4.8"
parking_lot = "0.10"
parking_lot = "0.10.0"
serde = { version = "1.0", features=["derive"] }
sc-client = { path = "../../../client" }