diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -238,12 +238,6 @@ dependencies = [ ] [[package]] -name = "glob" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" - -[[package]] name = "globset" version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -282,19 +276,15 @@ dependencies = [ "anyhow", "futures-executor", "futures-util", - "glob", "helix-core", "jsonrpc-core", "log", "lsp-types", - "once_cell", - "pathdiff", "serde", "serde_json", "thiserror", "tokio", "tokio-stream", - "url", ] [[package]] @@ -597,12 +587,6 @@ dependencies = [ ] [[package]] -name = "pathdiff" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "877630b3de15c0b64cc52f659345724fbf6bdad9bd9566699fc53688f3c34a34" - -[[package]] name = "percent-encoding" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" |