summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2022-12-13 20:07:46 +0100
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-12-13 20:07:46 +0100
commitd1cdfa1d682962deea5a0c48b90589becd6e19dc (patch)
treeeaa3a86a8453c965a8f082b0e3ed10a983b74fe9 /Cargo.toml
parent7633de4956a5bd770b0db61f1e773b0cb6bfdfa8 (diff)
fix: resolve stalling issue of previous version.
This way, this release is the working version of v2.8.1 .
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 bc2f015..7ff1472 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ trash-move = ["trash"]
[dependencies]
clap = { version = "4.0.29", features = ["derive"] }
-jwalk = "0.6.0"
+jwalk = "0.6.2"
byte-unit = "4"
atty = "0.2.11"
petgraph = "0.6"