From 7fc0e8ec8cd4b18ba10a04cf0ac2bee48826de3d Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 6 Jul 2021 23:48:01 -0400 Subject: chore: use parking_lot for synchronization primitives to align with tokio (#11289) parking_lot is already transitively used in tokio via the "full" cargo feature --- core/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'core/Cargo.toml') diff --git a/core/Cargo.toml b/core/Cargo.toml index 8a5420af3..a5a170cc8 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -19,6 +19,7 @@ indexmap = "1.6.2" lazy_static = "1.4.0" libc = "0.2.93" log = "0.4.14" +parking_lot = "0.11.1" pin-project = "1.0.6" rusty_v8 = "0.25.0" serde = { version = "1.0.125", features = ["derive"] } -- cgit v1.2.3