From 4384de5a493e06d7c2472bb5bd4e5aa77ff0903c Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 17 Jun 2022 11:41:27 +0900 Subject: [PATCH] Update parking_lot_core to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 939fe00..907bcfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ maintenance = { status = "passively-maintained" } [dependencies] atomic-option = "0.1" num_cpus = "1.6.2" -parking_lot_core = "0.8" +parking_lot_core = "0.9" crossbeam-channel = "0.5" [profile.release]