From f2e4fe5eb0489ea497ce010d61864a868764cdac Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 24 Jun 2020 13:46:15 +0200 Subject: [PATCH] Update parking_lot --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 57af5ea..8cf114a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ jemallocator = "0.3.2" libsodium-sys-stable= "1.19.5" log = { version = "0.4.8", features = ["std", "release_max_level_debug"] } socket2 = "0.3" -parking_lot = "0.10" +parking_lot = "0.11" privdrop = "0.3.4" rand = "0.7" rustc-hash = "1"