Skip to content

Commit b93708f

Browse files
Update notify requirement from 6.1.0 to 8.2.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.2.0) --- updated-dependencies: - dependency-name: notify dependency-version: 8.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be34901 commit b93708f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.2.0"
1212
simplelog = "0.12.0" # Candidate to remove
1313
itertools = "0.14.0"
1414
hex = "0.4.3"

0 commit comments

Comments
 (0)