summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-06-06 15:58:53 -0700
committerGitHub <noreply@github.com>2021-06-06 18:58:53 -0400
commit63f9ed6199282ed8290c68852a6ee0db5e8c8441 (patch)
tree0ac181b6c0afdabb72c5b55d765df913cf61e749 /Cargo.toml
parent2e5c08152a9c5ccad1aae5242126c93c3494ec07 (diff)
deps: Switch back from dirs-next to dirs (#492)
Since it's supported again, seems like a good time to switch back to dirs.
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 13947761..bd5f25d8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,7 +43,7 @@ crossterm = "0.18.2"
ctrlc = { version = "3.1.9", features = ["termination"] }
clap = "2.33"
cfg-if = "1.0"
-dirs-next = "2.0.0"
+dirs = "3.0.2"
futures = "0.3.14"
futures-timer = "3.0.2"
fxhash = "0.2.1"