From c832aa5a49be244c6ab965a06b8dbf5f38a19e1d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= <blaz@mxxn.io>
Date: Sun, 27 Jun 2021 10:29:15 +0900
Subject: [PATCH] There is no direct dirs-next dependency in term

---
 Cargo.lock            | 1 -
 helix-term/Cargo.toml | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index ae00c69c..5dc6c44a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -344,7 +344,6 @@ dependencies = [
  "anyhow",
  "chrono",
  "crossterm",
- "dirs-next",
  "fern",
  "futures-util",
  "fuzzy-matcher",
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml
index 8ae25ad0..1ff32276 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -45,7 +45,7 @@ log = "0.4"
 fuzzy-matcher = "0.3"
 ignore = "0.4"
 # shellexpand = "2.1"
-dirs-next = "2.0"
+# dirs-next = "2.0"
 # markdown doc rendering
 pulldown-cmark = { version = "0.8", default-features = false }