]> git.lizzy.rs Git - rust.git/blobdiff - crates/hir_def/Cargo.toml
minor: Remove frequent `Arc<Body>` clones in type checking
[rust.git] / crates / hir_def / Cargo.toml
index 794f92b2333fcd80e64004a520227659d2aefef8..5863092839b8e9b8ad5e6decc3f853daafa22c00 100644 (file)
@@ -10,20 +10,22 @@ rust-version = "1.57"
 doctest = false
 
 [dependencies]
+bitflags = "1.3.2"
 cov-mark = "2.0.0-pre.1"
-dashmap = { version = "5.0", features = ["raw-api"] }
-lock_api = "0.4"
-parking_lot = "0.12"
-tracing = "0.1"
-once_cell = "1.3.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.5.3"
+either = "1.6.1"
 anymap = "0.12.1"
-drop_bomb = "0.1.4"
-fst = { version = "0.4", default-features = false }
-itertools = "0.10.0"
-indexmap = "1.7.0"
-smallvec = "1.4.0"
+drop_bomb = "0.1.5"
+fst = { version = "0.4.7", default-features = false }
+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" }
 
 stdx = { path = "../stdx", version = "0.0.0" }
@@ -38,4 +40,4 @@ limit = { path = "../limit", version = "0.0.0" }
 
 [dev-dependencies]
 test_utils = { path = "../test_utils" }
-expect-test = "1.2.0-pre.1"
+expect-test = "1.2.2"