From 78f8821468e69b06ac80973f35c89304679459a7 Mon Sep 17 00:00:00 2001 From: clux Date: Sat, 19 Feb 2022 08:36:49 +0000 Subject: [PATCH] bump parking_lot to 0.12 Signed-off-by: clux --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 79c74d7..103885c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ linked_hash_set = "0.1" once_cell = "1.0" openssl = "0.10.32" openssl-sys = "0.9.26" -parking_lot = "0.11" +parking_lot = "0.12.0" tokio = "1.0" tokio-openssl = "0.6" tower-layer = "0.3"