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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide-completion/Cargo.toml b/crates/ide-completion/Cargo.toml
index 8c9d6b2286..550f65375a 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.12.0"
+once_cell = "1.15.0"
smallvec = "1.9.0"
stdx = { path = "../stdx", version = "0.0.0" }