From 934879a8bfc8536218c57a38e0941535d01e04be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 13:18:19 +0000 Subject: [PATCH] Bump notify-rust from 4.16.1 to 4.17.0 Bumps [notify-rust](https://github.com/hoodie/notify-rust) from 4.16.1 to 4.17.0. - [Release notes](https://github.com/hoodie/notify-rust/releases) - [Changelog](https://github.com/hoodie/notify-rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/hoodie/notify-rust/commits) --- updated-dependencies: - dependency-name: notify-rust dependency-version: 4.17.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 cd40fba..a9ed73d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -562,9 +562,9 @@ dependencies = [ [[package]] name = "notify-rust" -version = "4.16.1" +version = "4.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bdaf6120b9df005d37e58f6b75329be6255450453fbeba9ce4192324f921fb9" +checksum = "50ff2e74231b72c832d82982193b417f230945be6bdb5575b251d941d31adb00" dependencies = [ "futures-lite", "log", diff --git a/Cargo.toml b/Cargo.toml index b4937a5..e55c2a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,4 @@ edition = "2024" [dependencies] clap = { version = "4.6.1", features = ["derive"] } -notify-rust = "4.16.1" +notify-rust = "4.17.0"