diff options
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ra_hir/Cargo.toml | 2 | ||||
-rw-r--r-- | crates/ra_lsp_server/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml index f72574485..16bd4bafc 100644 --- a/crates/ra_hir/Cargo.toml +++ b/crates/ra_hir/Cargo.toml | |||
@@ -11,7 +11,7 @@ doctest = false | |||
11 | arrayvec = "0.5.1" | 11 | arrayvec = "0.5.1" |
12 | log = "0.4.5" | 12 | log = "0.4.5" |
13 | rustc-hash = "1.0" | 13 | rustc-hash = "1.0" |
14 | parking_lot = "0.9.0" | 14 | parking_lot = "0.10.0" |
15 | ena = "0.13" | 15 | ena = "0.13" |
16 | once_cell = "1.0.1" | 16 | once_cell = "1.0.1" |
17 | 17 | ||
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml index 72dbe06dc..58b9cfaa0 100644 --- a/crates/ra_lsp_server/Cargo.toml +++ b/crates/ra_lsp_server/Cargo.toml | |||
@@ -17,7 +17,7 @@ flexi_logger = "0.14.0" | |||
17 | log = "0.4.3" | 17 | log = "0.4.3" |
18 | lsp-types = { version = "0.61.0", features = ["proposed"] } | 18 | lsp-types = { version = "0.61.0", features = ["proposed"] } |
19 | rustc-hash = "1.0" | 19 | rustc-hash = "1.0" |
20 | parking_lot = "0.9.0" | 20 | parking_lot = "0.10.0" |
21 | jod-thread = "0.1.0" | 21 | jod-thread = "0.1.0" |
22 | ra_vfs = "0.5.0" | 22 | ra_vfs = "0.5.0" |
23 | ra_syntax = { path = "../ra_syntax" } | 23 | ra_syntax = { path = "../ra_syntax" } |