diff options
-rw-r--r-- | Cargo.lock | 10 | ||||
-rw-r--r-- | helix-lsp/Cargo.toml | 1 |
2 files changed, 0 insertions, 11 deletions
@@ -300,7 +300,6 @@ dependencies = [ "pathdiff", "serde", "serde_json", - "shellexpand", "thiserror", "tokio", "tokio-stream", @@ -771,15 +770,6 @@ dependencies = [ ] [[package]] -name = "shellexpand" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83bdb7831b2d85ddf4a7b148aa19d0587eddbe8671a436b7bd1182eaad0f2829" -dependencies = [ - "dirs-next", -] - -[[package]] name = "signal-hook" version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" diff --git a/helix-lsp/Cargo.toml b/helix-lsp/Cargo.toml index ee16ebfb..c4322e5a 100644 --- a/helix-lsp/Cargo.toml +++ b/helix-lsp/Cargo.toml @@ -17,7 +17,6 @@ tokio-stream = "0.1.5" futures-executor = { version = "0.3" } url = "2" pathdiff = "0.2" -shellexpand = "2.0" glob = "0.3" anyhow = "1" serde_json = "1.0" |