From 8a949fb0113412f0becaeae68e2fbf61a0ecb532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Sat, 8 May 2021 11:54:19 +0900 Subject: [PATCH] Drop shellexpand. --- Cargo.lock | 10 ---------- helix-lsp/Cargo.toml | 1 - 2 files changed, 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b65d9baaf..228f3873a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -300,7 +300,6 @@ dependencies = [ "pathdiff", "serde", "serde_json", - "shellexpand", "thiserror", "tokio", "tokio-stream", @@ -770,15 +769,6 @@ dependencies = [ "syn", ] -[[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" diff --git a/helix-lsp/Cargo.toml b/helix-lsp/Cargo.toml index ee16ebfb7..c4322e5a3 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"