Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir_def/Cargo.toml')
| -rw-r--r-- | crates/hir_def/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/crates/hir_def/Cargo.toml b/crates/hir_def/Cargo.toml index 0fca025e18..794f92b233 100644 --- a/crates/hir_def/Cargo.toml +++ b/crates/hir_def/Cargo.toml @@ -11,7 +11,9 @@ doctest = false [dependencies] cov-mark = "2.0.0-pre.1" -dashmap = { version = "4.0.2", features = ["raw-api"] } +dashmap = { version = "5.0", features = ["raw-api"] } +lock_api = "0.4" +parking_lot = "0.12" tracing = "0.1" once_cell = "1.3.1" rustc-hash = "1.1.0" |