Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-completion/Cargo.toml')
-rw-r--r--crates/ide-completion/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ide-completion/Cargo.toml b/crates/ide-completion/Cargo.toml
index 4369e11bd7..2dee2579eb 100644
--- a/crates/ide-completion/Cargo.toml
+++ b/crates/ide-completion/Cargo.toml
@@ -13,7 +13,7 @@ doctest = false
cov-mark = "2.0.0-pre.1"
itertools = "0.10.3"
-once_cell = "1.10.0"
+once_cell = "1.12.0"
smallvec = "1.8.0"
stdx = { path = "../stdx", version = "0.0.0" }
@@ -28,6 +28,6 @@ profile = { path = "../profile", version = "0.0.0" }
hir = { path = "../hir", version = "0.0.0" }
[dev-dependencies]
-expect-test = "1.2.2"
+expect-test = "1.3.0"
test-utils = { path = "../test-utils" }