From 274363e83ad90b202a9b90d394efb1bf11929ba7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 02:02:50 +0000 Subject: [PATCH] Bump trayicon from 0.4.0 to 0.4.1 Bumps [trayicon](https://github.com/ciantic/trayicon-rs) from 0.4.0 to 0.4.1. - [Commits](https://github.com/ciantic/trayicon-rs/commits) --- updated-dependencies: - dependency-name: trayicon dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c11440e..0761396 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1061,9 +1061,9 @@ dependencies = [ [[package]] name = "trayicon" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8b4b2bb82da017c94c93d13dc8fbf694a7b73fdfc973441adccab63d221c522" +checksum = "1e4323bcdb413ca07ff0a44aa79afe14e8fa0eee7655f1496347ed05a95385e8" dependencies = [ "futures", "ico", diff --git a/Cargo.toml b/Cargo.toml index 4d973d3..e8bb5a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -trayicon = "0.4.0" +trayicon = "0.4.1" flate2 = "1.1"