Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-ty/Cargo.toml')
-rw-r--r--crates/hir-ty/Cargo.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/crates/hir-ty/Cargo.toml b/crates/hir-ty/Cargo.toml
index 378a0f0382..238d1b08ae 100644
--- a/crates/hir-ty/Cargo.toml
+++ b/crates/hir-ty/Cargo.toml
@@ -16,14 +16,14 @@ doctest = false
cov-mark = "2.0.0"
itertools.workspace = true
arrayvec.workspace = true
-bitflags.workspace = true
smallvec.workspace = true
ena = "0.14.3"
+serde.workspace = true
+serde_derive.workspace = true
either.workspace = true
oorandom = "11.1.5"
-tracing.workspace = true
+tracing = { workspace = true, features = ["attributes"] }
rustc-hash.workspace = true
-scoped-tls = "1.0.1"
la-arena.workspace = true
triomphe.workspace = true
typed-arena = "2.0.2"
@@ -55,6 +55,7 @@ hir-expand.workspace = true
base-db.workspace = true
syntax.workspace = true
span.workspace = true
+thin-vec = "0.2.14"
[dev-dependencies]
expect-test = "1.5.1"