Skip to content

Commit 41e6c2d

Browse files
Update notify requirement from 6.1.0 to 8.0.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](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]>
1 parent a3b9f4a commit 41e6c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88

99
[dependencies]
1010
yaml-rust = "0.4"
11-
notify = "6.1.0"
11+
notify = "8.0.0"
1212
simplelog = "0.12.0" # Candidate to remove
1313
itertools = "0.13.0"
1414
hex = "0.4.3"

0 commit comments

Comments
 (0)