diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2021-07-06 23:48:01 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-06 23:48:01 -0400 |
| commit | 7fc0e8ec8cd4b18ba10a04cf0ac2bee48826de3d (patch) | |
| tree | 70e078538ae0f3467e8a519b918ae936587ce2d4 /core/Cargo.toml | |
| parent | 78ac19f51f48984ea16f97a0c574fa507544b8d5 (diff) | |
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
Diffstat (limited to 'core/Cargo.toml')
| -rw-r--r-- | core/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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"] } |
