]> git.lizzy.rs Git - rust.git/blobdiff - crates/hir-def/Cargo.toml
Bump smallvec
[rust.git] / crates / hir-def / Cargo.toml
index d369c3ed282e044182c313e6467954c1aa6c7760..84cd35c28870062858673b9cf281606202a0fb26 100644 (file)
@@ -10,23 +10,23 @@ rust-version = "1.57"
 doctest = false
 
 [dependencies]
+anymap = "1.0.0-beta.2"
+arrayvec = "0.7.2"
 bitflags = "1.3.2"
 cov-mark = "2.0.0-pre.1"
-dashmap = { version = "5.2.0", features = ["raw-api"] }
-lock_api = "0.4.6"
-parking_lot = "0.12.0"
-tracing = "0.1.32"
-once_cell = "1.10.0"
-rustc-hash = "1.1.0"
-either = "1.6.1"
-anymap = "0.12.1"
+# We need to freeze the version of the crate, as the raw-api feature is considered unstable
+dashmap = { version = "=5.3.4", features = ["raw-api"] }
 drop_bomb = "0.1.5"
+either = "1.7.0"
 fst = { version = "0.4.7", default-features = false }
+hashbrown = { version = "0.12.1", default-features = false }
+indexmap = "1.8.2"
 itertools = "0.10.3"
-indexmap = "1.8.0"
-smallvec = "1.8.0"
-arrayvec = "0.7.2"
-la-arena = { version = "0.3.0", path = "../../lib/arena" }
+la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
+once_cell = "1.12.0"
+rustc-hash = "1.1.0"
+smallvec = "1.9.0"
+tracing = "0.1.35"
 
 stdx = { path = "../stdx", version = "0.0.0" }
 base-db = { path = "../base-db", version = "0.0.0" }
@@ -40,4 +40,4 @@ limit = { path = "../limit", version = "0.0.0" }
 
 [dev-dependencies]
 test-utils = { path = "../test-utils" }
-expect-test = "1.2.2"
+expect-test = "1.3.0"