From 6fdc819e559e48e4467ff7030ee4772eb412782a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 17 Dec 2019 19:42:17 +0100 Subject: [PATCH] Update parking_lot to 0.10 (#351) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 35ecd42..c297f89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 } #