Update parking_lot to 0.10 (#351)

This commit is contained in:
Igor Gnatenko 2019-12-17 19:42:17 +01:00 committed by Timon
parent aad7aaced8
commit 6fdc819e55

View File

@ -36,7 +36,7 @@ event-stream = ["futures"]
bitflags = "1.2"
futures = { version = "0.3", optional = true }
lazy_static = "1.4"
parking_lot = "0.9"
parking_lot = "0.10"
serde = { version = "1.0.0", features = ["derive"], optional = true }
#