Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-expand/Cargo.toml')
-rw-r--r--crates/hir-expand/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/hir-expand/Cargo.toml b/crates/hir-expand/Cargo.toml
index 7d561e0527..b83efca255 100644
--- a/crates/hir-expand/Cargo.toml
+++ b/crates/hir-expand/Cargo.toml
@@ -12,15 +12,15 @@ rust-version.workspace = true
[lib]
[dependencies]
-cov-mark = "2.0.0-pre.1"
+cov-mark = "2.0.0"
tracing.workspace = true
either.workspace = true
rustc-hash.workspace = true
-la-arena.workspace = true
itertools.workspace = true
-hashbrown.workspace = true
smallvec.workspace = true
triomphe.workspace = true
+query-group.workspace = true
+salsa.workspace = true
# local deps
stdx.workspace = true
@@ -35,7 +35,7 @@ parser.workspace = true
syntax-bridge.workspace = true
[dev-dependencies]
-expect-test = "1.4.0"
+expect-test = "1.5.1"
[features]
in-rust-tree = ["syntax/in-rust-tree"]