Skip to content

Commit eab35ed

Browse files
build(deps): update notify requirement from 6.1.1 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.1...notify-8.0.0) --- updated-dependencies: - dependency-name: notify dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fba5677 commit eab35ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ clap = "4.5.4"
3232
serde_json = "1.0"
3333
jsonschema = "0.18.0"
3434
once_cell = "1.8.0"
35-
notify = "6.1.1"
35+
notify = "8.0.0"
3636
serde = "1.0.131"
3737
serde_derive = "1.0.131"
3838
libc = "0.2.112"

0 commit comments

Comments
 (0)