From 9df940d9a9d76d1086e64b14eb3236172b92674d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 14:57:46 +0000 Subject: [PATCH] build(deps): bump notify-rust from 4.12.0 to 4.14.0 Bumps [notify-rust](https://github.com/hoodie/notify-rust) from 4.12.0 to 4.14.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.12.0...v4.14.0) --- updated-dependencies: - dependency-name: notify-rust dependency-version: 4.14.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 3bc9a63..3289a6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1602,9 +1602,9 @@ dependencies = [ [[package]] name = "notify-rust" -version = "4.12.0" +version = "4.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21af20a1b50be5ac5861f74af1a863da53a11c38684d9818d82f1c42f7fdc6c2" +checksum = "1b2c9bc1689653cfbc04400b8719f2562638ff9c545bbd48cc58c657a14526df" dependencies = [ "futures-lite", "log", diff --git a/Cargo.toml b/Cargo.toml index bae39c5..0136f6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ inquire = { version = "0.9.4", default-features = false, features libc = "0.2.183" log = "0.4.29" mime-sniffer = "0.1.3" -notify-rust = { version = "4.12.0", optional = true } +notify-rust = { version = "4.14.0", optional = true } ratatui = "0.30.0" regex = "1.12.3" rusqlite = { version = "0.39.0", features = [ "bundled" ] }