From 0a700ec49acb614e771af5ced70265305ff4914b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 16:04:39 +0000 Subject: [PATCH] build(deps): bump notify-rust from 4.11.7 to 4.12.0 Bumps [notify-rust](https://github.com/hoodie/notify-rust) from 4.11.7 to 4.12.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/compare/v4.11.7...v4.12.0) --- updated-dependencies: - dependency-name: notify-rust dependency-version: 4.12.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 c2882f3..ff3713d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1346,9 +1346,9 @@ dependencies = [ [[package]] name = "notify-rust" -version = "4.11.7" +version = "4.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6442248665a5aa2514e794af3b39661a8e73033b1cc5e59899e1276117ee4400" +checksum = "21af20a1b50be5ac5861f74af1a863da53a11c38684d9818d82f1c42f7fdc6c2" dependencies = [ "futures-lite", "log", diff --git a/Cargo.toml b/Cargo.toml index d2bfe15..9155ebb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ imagesize = "0.14.0" inquire = { version = "0.9.2", default-features = false, features = [ "crossterm" ] } libc = "0.2.180" log = "0.4.29" -notify-rust = { version = "4.11.7", optional = true } +notify-rust = { version = "4.12.0", optional = true } ratatui = "0.30.0" regex = "1.12.2" rusqlite = { version = "0.38.0", features = [ "bundled" ] }