Skip to content

Commit

Permalink
Update notify requirement from 6.1.0 to 8.0.0
Browse files Browse the repository at this point in the history
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](notify-rs/notify@notify-6.1.0...notify-8.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 18, 2025
1 parent c5a24be commit 0a70931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"

[dependencies]
yaml-rust = "0.4"
notify = "6.1.0"
notify = "8.0.0"
simplelog = "0.12.0" # Candidate to remove
itertools = "0.14.0"
hex = "0.4.3"
Expand Down

0 comments on commit 0a70931

Please sign in to comment.