From a78920e5237526a18ee543acdc4942a89f0c00cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 03:26:22 +0000 Subject: [PATCH] chore(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 9f39e42213..15f3129ed4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2038,9 +2038,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 81c70ec86f..23b84021a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -228,7 +228,7 @@ mimalloc = "0.1" # Fast non-cryptographic hash for HashMap/HashSet - 2-5x faster for integer keys rustc-hash = "2.1" # Parallel directory walking - ~4x faster than walkdir -jwalk = "0.8" +jwalk = "0.9" # Cross-platform ACL support (Linux, macOS, FreeBSD) exacl = "0.13" # Async runtime - feature-gated for optional async support