From 2e8d4bcf433f1bf852ef109baa9e29e91516159d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 20:33:41 +0000 Subject: [PATCH] Build(deps): bump tray-icon from 0.21.3 to 0.22.1 Bumps [tray-icon](https://github.com/tauri-apps/tray-icon) from 0.21.3 to 0.22.1. - [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.1) --- updated-dependencies: - dependency-name: tray-icon dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- keep-desktop/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 302ab1d4..2860d070 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8627,9 +8627,9 @@ dependencies = [ [[package]] name = "tray-icon" -version = "0.21.3" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5e85aa143ceb072062fc4d6356c1b520a51d636e7bc8e77ec94be3608e5e80c" +checksum = "7f9eb1da86bd0ab8931fad00650d2ba7473260c5bab06d6f24d04339edb88faa" dependencies = [ "crossbeam-channel", "dirs", @@ -8641,7 +8641,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/keep-desktop/Cargo.toml b/keep-desktop/Cargo.toml index 29bbf550..028ea8f4 100644 --- a/keep-desktop/Cargo.toml +++ b/keep-desktop/Cargo.toml @@ -15,7 +15,7 @@ keep-frost-net = { path = "../keep-frost-net" } keep-nip46 = { path = "../keep-nip46" } bitcoin = { workspace = true } iced = { version = "0.14.0", features = ["tokio", "qr_code", "lazy", "tiny-skia", "image"] } -tray-icon = "0.21" +tray-icon = "0.22" notify-rust = "4" nostr-sdk = { workspace = true } hex = { workspace = true }