diff --git a/Cargo.lock b/Cargo.lock index d24f606b8e9f2ecc584045210782da3b91be123a..4bf6236499c6685a501306ba7980e32da37130bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5878,7 +5878,6 @@ dependencies = [ "ctor", "dap", "dirs 4.0.0", - "editor", "extension", "fs", "futures 0.3.31", diff --git a/crates/extension_host/Cargo.toml b/crates/extension_host/Cargo.toml index d664d267b5b21f5d7e22c73dfc76a6d6cc98c88d..f05138fdefc6ecc08df670731efbce008cd5cd70 100644 --- a/crates/extension_host/Cargo.toml +++ b/crates/extension_host/Cargo.toml @@ -25,7 +25,6 @@ collections.workspace = true credentials_provider.workspace = true dap.workspace = true dirs.workspace = true -editor.workspace = true extension.workspace = true fs.workspace = true futures.workspace = true