summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2022-12-13 19:32:24 +0100
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-12-13 19:34:32 +0100
commit3420dd4e14f3510662b58ae95ae7919ce0a98c95 (patch)
tree071caf4cb3edad7a182680c4a42345fb856a5765
parent8a4d8c27a8c94de6b62fb9d9bd5ba9031f9d6681 (diff)
fix: downgrade `jwalk` to 0.6 - the latest version does not actually iterate but instead keeps everything in memory.
That's why `dua` didn't feel responsive anymore, was much slower and built up a lot of memory.
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4f1b69d..c68cb5d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -387,9 +387,9 @@ dependencies = [
[[package]]
name = "jwalk"
-version = "0.6.1"
+version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bc9fddc910bf9db0d0855ed7c3d8cc078d9b22aabd6b4005ec2c4430a4d88c3b"
+checksum = "172752e853a067cbce46427de8470ddf308af7fd8ceaf9b682ef31a5021b6bb9"
dependencies = [
"crossbeam",
"rayon",
@@ -403,9 +403,9 @@ checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"
[[package]]
name = "linux-raw-sys"
-version = "0.1.3"
+version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8f9f08d8963a6c613f4b1a78f4f4a4dbfadf8e6545b2d72861731e4858b8b47f"
+checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
[[package]]
name = "lock_api"