From 63bb4a0812588e69dd7b8516b6adcd14dc4d2bba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 06:28:31 +0000 Subject: [PATCH] Bump notify-debouncer-full from 0.5.0 to 0.6.0 Bumps [notify-debouncer-full](https://github.com/notify-rs/notify) from 0.5.0 to 0.6.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.5.0...debouncer-full-0.6.0) --- updated-dependencies: - dependency-name: notify-debouncer-full dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- cloudflare-ddns/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64d9c67..1896bd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1323,9 +1323,9 @@ dependencies = [ [[package]] name = "notify-debouncer-full" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2d88b1a7538054351c8258338df7c931a590513fb3745e8c15eb9ff4199b8d1" +checksum = "375bd3a138be7bfeff3480e4a623df4cbfb55b79df617c055cd810ba466fa078" dependencies = [ "file-id", "log", diff --git a/cloudflare-ddns/Cargo.toml b/cloudflare-ddns/Cargo.toml index f630c0f..d0bb76a 100644 --- a/cloudflare-ddns/Cargo.toml +++ b/cloudflare-ddns/Cargo.toml @@ -25,7 +25,7 @@ thiserror = "2.0.11" ahash = "0.8.11" arc-swap = "1.7.1" notify = "8.0.0" -notify-debouncer-full = "0.5.0" +notify-debouncer-full = "0.6.0" idna = "1.0.2" [dependencies.reqwest]