From 2d89cec315f5d446d53e58b794162f173476d07c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 12:45:28 +0000 Subject: [PATCH] Update notify requirement from 5.1.0 to 8.1.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-5.1.0...notify-8.1.0) --- updated-dependencies: - dependency-name: notify dependency-version: 8.1.0 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 02bbae5..8f7f726 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ crossterm = "0.29" regex = "1.11" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -notify = "5.1.0" \ No newline at end of file +notify = "8.1.0" \ No newline at end of file