diff --git a/Cargo.lock b/Cargo.lock index 9f39e4221..15f3129ed 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 81c70ec86..23b84021a 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