aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-05-08 02:54:19 +0000
committerBlaž Hrastnik2021-05-08 02:54:19 +0000
commit8a949fb0113412f0becaeae68e2fbf61a0ecb532 (patch)
tree3560c3e2e4adaf3dd1d15aed4827be464e14886f
parent570c253ffba2dcfb2749548f40896f2b1d787442 (diff)
Drop shellexpand.
-rw-r--r--Cargo.lock10
-rw-r--r--helix-lsp/Cargo.toml1
2 files changed, 0 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b65d9baa..228f3873 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"