Upgrade to parking_lot 0.11 (#486)

This commit is contained in:
Josh Stone 2020-09-13 05:15:02 -07:00 committed by GitHub
parent 34a6e414f6
commit c6ffb3b8f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ event-stream = ["futures-core"]
[dependencies] [dependencies]
bitflags = "1.2" bitflags = "1.2"
lazy_static = "1.4" lazy_static = "1.4"
parking_lot = "0.10" parking_lot = "0.11"
futures-core = { version = "0.3", optional = true, default-features = false } futures-core = { version = "0.3", optional = true, default-features = false }
serde = { version = "1.0", features = ["derive"], optional = true } serde = { version = "1.0", features = ["derive"], optional = true }