From af3d017b42c2d89948bfdd74284d5f73bf23dc43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 21:54:56 +0000 Subject: [PATCH] cargo: update notify requirement from 7 to 8 in /src-tauri Updates the requirements on [notify](https://github.com/notify-rs/notify) to permit the latest version. - [Release notes](https://github.com/notify-rs/notify/releases) - [Changelog](https://github.com/notify-rs/notify/blob/notify-8.2.0/CHANGELOG.md) - [Commits](https://github.com/notify-rs/notify/compare/notify-7.0.0...notify-8.2.0) --- updated-dependencies: - dependency-name: notify dependency-version: 8.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d9842f0..7e43a15 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -48,7 +48,7 @@ calamine = "0.26" # Document parsing pdf-extract = "0.10" docx-rs = "0.4.20" -notify = { version = "7", features = ["macos_fsevent"] } +notify = { version = "8", features = ["macos_fsevent"] } notify-debouncer-full = "0.4" # Bundles notify 7 + an event debouncer that preserves Remove kinds (issue #38) # PII detection