summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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 a06597e..1a3a220 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ version_check = "0.9.*"
[dependencies]
crossterm = { version = "0.27.0", features = ["serde"] }
-dirs = "3.0.*"
+dirs = "5"
libc = "0.2.*"
human-sort = "0.2.2"
term_grid = "0.1.*"