From 1cacb6e881b4d415613eea7662a7dfadf5f3c7a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 23:48:26 +0000 Subject: [PATCH] chore(deps): bump notify-debouncer-full from 0.6.0 to 0.7.0 Bumps [notify-debouncer-full](https://github.com/notify-rs/notify) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/notify-rs/notify/releases) - [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md) - [Commits](https://github.com/notify-rs/notify/compare/debouncer-full-0.6.0...debouncer-full-0.7.0) --- updated-dependencies: - dependency-name: notify-debouncer-full dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1c3954..baf291d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1853,9 +1853,9 @@ dependencies = [ [[package]] name = "notify-debouncer-full" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "375bd3a138be7bfeff3480e4a623df4cbfb55b79df617c055cd810ba466fa078" +checksum = "c02b49179cfebc9932238d04d6079912d26de0379328872846118a0fa0dbb302" dependencies = [ "file-id", "log", diff --git a/Cargo.toml b/Cargo.toml index 8f96ec7..fbea59b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ rayon = "1" # `notify-debouncer-full` collapses bursts of related events into a single # debounced cycle. notify = "8" -notify-debouncer-full = "0.6" +notify-debouncer-full = "0.7" # Dev-only. insta = { version = "1", features = ["json", "yaml", "filters"] }