diff options
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 23c056e90..caba85a4f 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 | ||