Update notify requirement from 5.1.0 to 8.1.0

Updates the requirements on [notify](https://github.com/notify-rs/notify) to permit the latest version.
- [Release notes](https://github.com/notify-rs/notify/releases)
- [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md)
- [Commits](https://github.com/notify-rs/notify/compare/notify-5.1.0...notify-8.1.0)

---
updated-dependencies:
- dependency-name: notify
  dependency-version: 8.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-07-10 12:45:28 +00:00 committed by GitHub
parent 8092d6ae3b
commit 2d89cec315
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,4 +10,4 @@ crossterm = "0.29"
regex = "1.11" regex = "1.11"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"
notify = "5.1.0" notify = "8.1.0"