From b35f9bb0561c0119bda994a557fef6658deb9216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 15:13:57 +0000 Subject: [PATCH] deps(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. - [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 ++-- src-tauri/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c9d726c..70e66c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2063,9 +2063,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/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 39d7a25..ec9fb0d 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -27,7 +27,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" blake3 = "1" -jwalk = "0.8" +jwalk = "0.9" rayon = "1.10" image = { version = "0.25", default-features = false, features = ["jpeg", "png", "gif", "bmp", "tiff", "webp"] } rusqlite = { version = "0.40", features = ["bundled"] }