From aa64151dc0d17cb341767961d978645ff8d77479 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 14:30:16 +0000 Subject: [PATCH] chore(deps): update rust crate notify to v8.1.0 --- Cargo.lock | 7 +++---- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4db51eae5..bdf3e5e6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1752,12 +1752,11 @@ dependencies = [ [[package]] name = "notify" -version = "8.0.0" +version = "8.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943" +checksum = "3163f59cd3fa0e9ef8c32f242966a7b9994fd7378366099593e0e73077cd8c97" dependencies = [ "bitflags 2.9.1", - "filetime", "fsevent-sys", "inotify", "kqueue", @@ -1766,7 +1765,7 @@ dependencies = [ "mio", "notify-types", "walkdir", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 165851b4e..6d707b4ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -331,7 +331,7 @@ memchr = "2.7.2" memmap2 = "0.9.4" nix = { version = "0.30", default-features = false } nom = "8.0.0" -notify = { version = "=8.0.0", features = ["macos_kqueue"] } +notify = { version = "=8.1.0", features = ["macos_kqueue"] } num-bigint = "0.4.4" num-prime = "0.4.4" num-traits = "0.2.19"