summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
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.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 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",