summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2022-12-15 12:37:09 +0100
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-12-15 13:25:47 +0100
commit9bdf26a7dbb7577ea10e0eac970c081a7bfa66a6 (patch)
tree78e09e0254338317f76eb41246df7221971c361f /Cargo.toml
parent53a7d15a1e7bb0efb70264e9bebcb08cccfdb74a (diff)
uprgade to latest `jwalk` version for more hang-safety
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 505fd55..f991444 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.2"
+jwalk = "0.8.0"
byte-unit = "4"
atty = "0.2.11"
petgraph = "0.6"