From af8db5a9efd44369c2894449afaa48eeb8e3be52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 06:13:25 +0000 Subject: [PATCH] build(deps): bump jwalk from 0.8.1 to 0.9.0 Bumps [jwalk](https://github.com/Byron/jwalk) from 0.8.1 to 0.9.0. - [Release notes](https://github.com/Byron/jwalk/releases) - [Changelog](https://github.com/Byron/jwalk/blob/main/CHANGELOG.md) - [Commits](https://github.com/Byron/jwalk/compare/v0.8.1...v0.9.0) --- updated-dependencies: - dependency-name: jwalk dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b924ce2..628f831 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -399,9 +399,9 @@ dependencies = [ [[package]] name = "jwalk" -version = "0.8.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2735847566356cd2179a2a38264839308f7079fa96e6bd5a42d740460e003c56" +checksum = "5e610b2b1eaea9e0e062c47e319d20a2e0f929e7aabf24d58514354de967bfbd" dependencies = [ "crossbeam", "rayon", diff --git a/Cargo.toml b/Cargo.toml index 56aeb7f..e5d89fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ description = "Interactive disk usage analyzer and cleaner" ratatui = "0.26" crossterm = "0.27" clap = { version = "4.6", features = ["derive"] } -jwalk = "0.8" +jwalk = "0.9" sysinfo = "0.30" human_bytes = "0.4" anyhow = "1.0"