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.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/hir-expand/Cargo.toml b/crates/hir-expand/Cargo.toml
index 5884c0a5a4..b83efca255 100644
--- a/crates/hir-expand/Cargo.toml
+++ b/crates/hir-expand/Cargo.toml
@@ -12,7 +12,7 @@ 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
@@ -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"]