Skip to content

Commit bf9fe03

Browse files
Update notify requirement from ^5.0.0 to ^6.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](https://github.com/notify-rs/notify/commits) --- updated-dependencies: - dependency-name: notify dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b46422 commit bf9fe03

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
@@ -52,6 +52,6 @@ reqwest = "0.11.10"
5252
serde = "1.0"
5353
glob = "0.3"
5454
lazy_static = "1"
55-
notify = "^5.0.0"
55+
notify = "^6.0.0"
5656
temp-env = "0.3.0"
5757
log = { version = "0.4", features = ["serde"] }

0 commit comments

Comments
 (0)