From 14b27552db9b9580f9f794fe829157f0cd6639ff Mon Sep 17 00:00:00 2001 From: Josiah Glosson Date: Thu, 7 Aug 2025 20:43:55 -0500 Subject: [PATCH] Update notify 8.0.0 -> 8.2.0 and notify-debouncer-mini 0.6.0 -> 0.7.0 --- Cargo.lock | 11 +++++------ Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2d4c4f652..028156746 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5036,12 +5036,11 @@ checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8" [[package]] name = "notify" -version = "8.0.0" +version = "8.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943" +checksum = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3" dependencies = [ "bitflags 2.9.1", - "filetime", "fsevent-sys", "inotify", "kqueue", @@ -5050,14 +5049,14 @@ dependencies = [ "mio", "notify-types", "walkdir", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] name = "notify-debouncer-mini" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8" +checksum = "17849edfaabd9a5fef1c606d99cfc615a8e99f7ac4366406d86c7942a3184cf2" dependencies = [ "log", "notify", diff --git a/Cargo.toml b/Cargo.toml index 594b2c841..3eafc66a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,8 +95,8 @@ maxminddb = "0.26.0" meilisearch-sdk = { version = "0.29.1", default-features = false } murmur2 = "0.1.0" native-dialog = "0.9.0" -notify = { version = "8.0.0", default-features = false } -notify-debouncer-mini = { version = "0.6.0", default-features = false } +notify = { version = "8.2.0", default-features = false } +notify-debouncer-mini = { version = "0.7.0", default-features = false } p256 = "0.13.2" paste = "1.0.15" phf = { version = "0.12.1", features = ["macros"] }