diff options
author | Aleksey Kladov <[email protected]> | 2019-05-30 10:02:30 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-05-30 10:02:30 +0100 |
commit | 18ed3517474dbc41586f71b22c72bf083be3dca9 (patch) | |
tree | 1d6de28985e14bc9c53051e8d729218fb65ef3c0 /crates/ra_hir | |
parent | 615b59aea09d4bd55c3e3a72e9aab86810107ca6 (diff) |
:arrow_up: parking_lot
Diffstat (limited to 'crates/ra_hir')
-rw-r--r-- | crates/ra_hir/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
9 | log = "0.4.5" | 9 | log = "0.4.5" |
10 | relative-path = "0.4.0" | 10 | relative-path = "0.4.0" |
11 | rustc-hash = "1.0" | 11 | rustc-hash = "1.0" |
12 | parking_lot = "0.7.0" | 12 | parking_lot = "0.8.0" |
13 | ena = "0.11" | 13 | ena = "0.11" |
14 | join_to_string = "0.1.3" | 14 | join_to_string = "0.1.3" |
15 | either = "1.5.2" | 15 | either = "1.5.2" |