summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorWei Zhang <kweizh@gmail.com>2023-09-28 19:06:22 +0800
committerWei Zhang <kweizh@gmail.com>2023-09-29 01:29:46 +0800
commit1714d89d8e2657bb504842a444d768d0b7ad3bc8 (patch)
treede6b798e6a5d45f570bd507b80db45194a278ffc /Cargo.toml
parentc8f1d754df7691f28f566e1feab15b40e59d8c1e (diff)
:arrow_down: change dirs to 4
Signed-off-by: Wei Zhang <kweizh@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 37cac62..50acea4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ version_check = "0.9.*"
[dependencies]
crossterm = { version = "0.27.0", features = ["serde"] }
-dirs = "5"
+dirs = "4"
libc = "0.2.*"
human-sort = "0.2.2"
term_grid = "0.1.*"