From 643b1abf87b54dfda73c4ae7abe8cc5cd27e03ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 00:18:01 +0000 Subject: [PATCH] Bump tray-icon from 0.21.3 to 0.22.0 Bumps [tray-icon](https://github.com/tauri-apps/tray-icon) from 0.21.3 to 0.22.0. - [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.3...tray-icon-v0.22) --- updated-dependencies: - dependency-name: tray-icon dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- apps/voxit/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 332266d..61ceb8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4830,9 +4830,9 @@ dependencies = [ [[package]] name = "tray-icon" -version = "0.21.3" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5e85aa143ceb072062fc4d6356c1b520a51d636e7bc8e77ec94be3608e5e80c" +checksum = "93e1484378c343c5a9b291188fa58917c7184967683f8cfe4a05461986970553" dependencies = [ "crossbeam-channel", "dirs", @@ -4844,7 +4844,7 @@ dependencies = [ "objc2-core-graphics", "objc2-foundation 0.3.2", "once_cell", - "png 0.17.16", + "png 0.18.1", "thiserror 2.0.18", "windows-sys 0.60.2", ] diff --git a/apps/voxit/Cargo.toml b/apps/voxit/Cargo.toml index 85863cf..facf642 100644 --- a/apps/voxit/Cargo.toml +++ b/apps/voxit/Cargo.toml @@ -42,4 +42,4 @@ vergen-gitcl = { version = "9.1", features = ["cargo"] } [target.'cfg(target_os = "macos")'.dependencies] arboard = "3.6.1" enigo = "0.6.1" -tray-icon = "0.21" +tray-icon = "0.22"