From 39501f5485bfdf349dd3c184c8f08b70a1e8bb33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 09:38:40 +0000 Subject: [PATCH] Update notify requirement from 7.0.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](https://github.com/notify-rs/notify/compare/notify-7.0.0...notify-7.0.0) --- updated-dependencies: - dependency-name: notify dependency-version: 7.0.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 ba3b6c0..f3d7a47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ rust-i18n = "3" raw-window-handle = "0.6.2" smol = "1" tracing = "0.1.41" -notify = "7.0.0" +notify = "8.2.0" lsp-types = "0.97.0" [workspace.dependencies.windows]