From e952e2d157800acdcc874f33dc61c4fe69dd6c21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 06:37:49 +0000 Subject: [PATCH] deps: bump tray-icon from 0.22.0 to 0.22.2 Bumps [tray-icon](https://github.com/tauri-apps/tray-icon) from 0.22.0 to 0.22.2. - [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.22...tray-icon-v0.22.2) --- updated-dependencies: - dependency-name: tray-icon dependency-version: 0.22.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5a0d42e..81d3678 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4283,9 +4283,9 @@ dependencies = [ [[package]] name = "tray-icon" -version = "0.22.0" +version = "0.22.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93e1484378c343c5a9b291188fa58917c7184967683f8cfe4a05461986970553" +checksum = "76b42a907631429634f9f57ef72f9e7aec3e12e74050636138acb3752ecb8df3" dependencies = [ "crossbeam-channel", "dirs", @@ -4299,7 +4299,7 @@ dependencies = [ "once_cell", "png 0.18.1", "thiserror 2.0.18", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 3255617..b5399be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ include_dir = "0.7" tungstenite = { version = "0.29.0" } ureq = { version = "2.12.1", features = ["json"] } catppuccin-egui = { version = "5.7.0", default-features = false, features = ["egui33"] } -tray-icon = "0.22.0" +tray-icon = "0.22.2" image = { version = "0.25.10", default-features = false, features = ["png"] } # Windows