From dde9d37cf998320f4b81f3d2b5626c64c842ca84 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Tue, 23 Jul 2024 11:44:07 +0200 Subject: [PATCH] Remove `completion` dependency from `collab` (#15006) This was causing CI to fail when trying to deploy collab. Release Notes: - N/A Co-authored-by: Bennet --- crates/collab/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/collab/Cargo.toml b/crates/collab/Cargo.toml index cf99e7c90c..9709762e94 100644 --- a/crates/collab/Cargo.toml +++ b/crates/collab/Cargo.toml @@ -30,7 +30,6 @@ chrono.workspace = true clock.workspace = true clickhouse.workspace = true collections.workspace = true -completion.workspace = true dashmap = "5.4" envy = "0.4.2" futures.workspace = true