From 5878c158871a51039c7b7fa87acde6af51de428e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:39:57 +0000 Subject: [PATCH] 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](https://github.com/notify-rs/notify/compare/notify-6.1.1...notify-8.0.0) --- updated-dependencies: - dependency-name: notify dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a398774..bd33edb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ clap = { version = "4.5.4", features = ["derive"] } serde_json = "1.0" jsonschema = "0.28.3" once_cell = "1.8.0" -notify = "6.1.1" +notify = "8.0.0" serde = "1.0.131" serde_derive = "1.0.131" libc = "0.2.112"