summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordevzbysiu <50180524+devzbysiu@users.noreply.github.com>2020-12-09 01:31:10 +0100
committerGitHub <noreply@github.com>2020-12-09 00:31:10 +0000
commitc71e3f4e90b21bb48f5b67c5c62da165573ceec9 (patch)
tree40f326c74ce353ea39eb87acb45bbddd677bd68a /Cargo.toml
parentb45ed90542d1389a0cfad0cd22d5c50c7a717d2f (diff)
fix: Replace unmaintained dirs with dirs-next (#412)
* fix: Replace unmaintained dirs with dirs-next * fix: Fix compilation error on macos, remove warn Co-authored-by: Dan Davison <dandavison7@gmail.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ba290eaf..aada4cc2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ bitflags = "1.2.1"
box_drawing = "0.1.2"
bytelines = "2.2.2"
console = "0.13.0"
-dirs = "3.0"
+dirs-next = "2.0.0"
itertools = "0.9.0"
lazy_static = "1.4"
regex = "1.4.2"