From c8ddfdda2d32f4834d969d429dd0b11c7b348a3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 14:57:33 +0000 Subject: [PATCH] chore(deps): 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 6a1850be..3c931153 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2000,9 +2000,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 743e13ae..0fb46b1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ dirs = "6.0.0" futures = "0.3.31" ignore = "0.4.25" notify = "8.2.0" -notify-rust = "4.16.1" +notify-rust = "4.17.0" pulldown-cmark = "0.13.3" ratatui = { version = "0.30.0", features = ["unstable-rendered-line-info"] } reqwest = { version = "0.13.3", default-features = false, features = ["json", "rustls"] }