From 5ff4414cbb952268f38a18c13fa7a09b1f8daebc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 05:10:30 +0000 Subject: [PATCH] chore(deps): update tray-icon requirement from 0.21.1 to 0.22.0 Updates the requirements on [tray-icon](https://github.com/tauri-apps/tray-icon) to permit the latest version. - [Release notes](https://github.com/tauri-apps/tray-icon/releases) - [Changelog](https://github.com/tauri-apps/tray-icon/blob/dev/CHANGELOG.md) - [Commits](https://github.com/tauri-apps/tray-icon/compare/tray-icon-v0.21.1...tray-icon-v0.22) --- updated-dependencies: - dependency-name: tray-icon dependency-version: 0.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml index 2e75fce..7bbc3c3 100644 --- a/crates/server/Cargo.toml +++ b/crates/server/Cargo.toml @@ -70,7 +70,7 @@ serde = "1.0.217" serde_json = "1.0.138" tao = "0.31.1" tokio = { version = "1.0", features = ["full"] } -tray-icon = "0.21.1" +tray-icon = "0.22.0" webbrowser = "1.0.3" # common = { path = "../common" }