From 18ed3517474dbc41586f71b22c72bf083be3dca9 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 30 May 2019 12:02:30 +0300 Subject: :arrow_up: parking_lot --- crates/ra_db/Cargo.toml | 1 - crates/ra_hir/Cargo.toml | 2 +- crates/ra_ide_api/Cargo.toml | 1 - crates/ra_lsp_server/Cargo.toml | 2 +- crates/ra_syntax/Cargo.toml | 1 - 5 files changed, 2 insertions(+), 5 deletions(-) (limited to 'crates') diff --git a/crates/ra_db/Cargo.toml b/crates/ra_db/Cargo.toml index 5328303d2..b43202890 100644 --- a/crates/ra_db/Cargo.toml +++ b/crates/ra_db/Cargo.toml @@ -8,7 +8,6 @@ authors = ["rust-analyzer developers"] salsa = "0.12.0" relative-path = "0.4.0" rustc-hash = "1.0" -parking_lot = "0.7.0" ra_arena = { path = "../ra_arena" } ra_syntax = { path = "../ra_syntax" } diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml index 18ecb7957..a86dfa6b2 100644 --- a/crates/ra_hir/Cargo.toml +++ b/crates/ra_hir/Cargo.toml @@ -9,7 +9,7 @@ arrayvec = "0.4.10" log = "0.4.5" relative-path = "0.4.0" rustc-hash = "1.0" -parking_lot = "0.7.0" +parking_lot = "0.8.0" ena = "0.11" join_to_string = "0.1.3" either = "1.5.2" diff --git a/crates/ra_ide_api/Cargo.toml b/crates/ra_ide_api/Cargo.toml index 8939e9d79..9bf5dd6e6 100644 --- a/crates/ra_ide_api/Cargo.toml +++ b/crates/ra_ide_api/Cargo.toml @@ -12,7 +12,6 @@ relative-path = "0.4.0" rayon = "1.0.2" fst = { version = "0.3.1", default-features = false } rustc-hash = "1.0" -parking_lot = "0.7.0" unicase = "2.2.0" superslice = "1.0.0" rand = "0.6.5" diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml index 74861a56a..d52e0165f 100644 --- a/crates/ra_lsp_server/Cargo.toml +++ b/crates/ra_lsp_server/Cargo.toml @@ -17,7 +17,7 @@ log = "0.4.3" url_serde = "0.2.0" lsp-types = { version = "0.57.1", features = ["proposed"] } rustc-hash = "1.0" -parking_lot = "0.7.0" +parking_lot = "0.8.0" ra_vfs = "0.2.0" thread_worker = { path = "../thread_worker" } diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml index 082bc5253..95ff6b1d8 100644 --- a/crates/ra_syntax/Cargo.toml +++ b/crates/ra_syntax/Cargo.toml @@ -12,7 +12,6 @@ arrayvec = "0.4.10" unicode-xid = "0.1.0" itertools = "0.8.0" drop_bomb = "0.1.4" -parking_lot = "0.7.0" rowan = "0.5.0" # ideally, `serde` should be enabled by `ra_lsp_server`, but we enable it here -- cgit v1.2.3