From c6ffb3b8f963a6e59aca4ed9bba7f4b5e8365db9 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Sun, 13 Sep 2020 05:15:02 -0700 Subject: [PATCH] Upgrade to parking_lot 0.11 (#486) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1e6c3c6..6be81db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ event-stream = ["futures-core"] [dependencies] bitflags = "1.2" lazy_static = "1.4" -parking_lot = "0.10" +parking_lot = "0.11" futures-core = { version = "0.3", optional = true, default-features = false } serde = { version = "1.0", features = ["derive"], optional = true }