Bump notify-rust from 4.9.0 to 4.10.0

Bumps [notify-rust](https://github.com/hoodie/notify-rust) from 4.9.0 to 4.10.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.9.0...v4.10.0)

---
updated-dependencies:
- dependency-name: notify-rust
  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] 2023-11-17 14:44:49 +00:00 committed by GitHub
parent da7e7f5c63
commit 73028c1fce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1228,9 +1228,9 @@ dependencies = [
[[package]]
name = "notify-rust"
version = "4.9.0"
version = "4.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d7b75c8958cb2eab3451538b32db8a7b74006abc33eb2e6a9a56d21e4775c2b"
checksum = "827c5edfa80235ded4ab3fe8e9dc619b4f866ef16fe9b1c6b8a7f8692c0f2226"
dependencies = [
"log",
"mac-notification-sys",

View File

@ -26,7 +26,7 @@ cargo_metadata = "0.17.0"
clap = "2.33.1"
dotenvy = "0.15.6"
log = "0.4.17"
notify-rust = "4.7.0"
notify-rust = "4.10.0"
shell-escape = "0.1.5"
stderrlog = "0.5.4"
watchexec = "1.17.2"