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, 1 insertions, 3 deletions
diff --git a/crates/hir_def/Cargo.toml b/crates/hir_def/Cargo.toml index 4d912178e3..0fca025e18 100644 --- a/crates/hir_def/Cargo.toml +++ b/crates/hir_def/Cargo.toml @@ -11,9 +11,7 @@ doctest = false [dependencies] cov-mark = "2.0.0-pre.1" -dashmap = { version = "5.0", features = ["raw-api"] } -lock_api = "0.4" -parking_lot = "0.11" +dashmap = { version = "4.0.2", features = ["raw-api"] } tracing = "0.1" once_cell = "1.3.1" rustc-hash = "1.1.0" |