build(deps): bump notify-rust from 4.14.0 to 4.17.0

Bumps [notify-rust](https://github.com/hoodie/notify-rust) from 4.14.0 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/compare/v4.14.0...v4.17.0)

---
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] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-05-12 20:39:10 +00:00 committed by GitHub
commit 21d8bb6fab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ inquire = { version = "0.9.4", default-features = false, features
libc = "0.2.185"
log = "0.4.29"
mime-sniffer = "0.1.3"
notify-rust = { version = "4.14.0", optional = true }
notify-rust = { version = "4.17.0", optional = true }
ratatui = "0.30.0"
regex = "1.12.3"
rusqlite = { version = "0.39.0", features = [ "bundled" ] }