summaryrefslogtreecommitdiffstats
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
parent7633de4956a5bd770b0db61f1e773b0cb6bfdfa8 (diff)
fix: resolve stalling issue of previous version.
This way, this release is the working version of v2.8.1 .
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d478938..bece2f7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -387,9 +387,9 @@ dependencies = [
[[package]]
name = "jwalk"
-version = "0.6.0"
+version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "172752e853a067cbce46427de8470ddf308af7fd8ceaf9b682ef31a5021b6bb9"
+checksum = "5dbcda57db8b6dc067e589628b7348639014e793d9e8137d8cf215e8b133a0bd"
dependencies = [
"crossbeam",
"rayon",
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"