From 0ea1435ade1f4ce71ec82ba5ebea45026b41cd3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:09:43 +0000 Subject: [PATCH] Bump tray-icon from 0.19.1 to 0.19.2 Bumps [tray-icon](https://github.com/tauri-apps/tray-icon) from 0.19.1 to 0.19.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.19.1...tray-icon-v0.19.2) --- updated-dependencies: - dependency-name: tray-icon dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/yabg3nml/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0dec543..640a865 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1885,9 +1885,9 @@ dependencies = [ [[package]] name = "tray-icon" -version = "0.19.1" +version = "0.19.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c92af36a182b46206723bdf8a7942e20838cde1cf062e5b97854d57eb01763b" +checksum = "d48a05076dd272615d03033bf04f480199f7d1b66a8ac64d75c625fc4a70c06b" dependencies = [ "core-graphics", "crossbeam-channel", diff --git a/crates/yabg3nml/Cargo.toml b/crates/yabg3nml/Cargo.toml index 119f80d..0565c1f 100644 --- a/crates/yabg3nml/Cargo.toml +++ b/crates/yabg3nml/Cargo.toml @@ -20,7 +20,7 @@ native-plugin-lib.workspace = true unicase.workspace = true sha256 = "1.5.0" human-panic = "2.0.2" -tray-icon = "0.19.1" +tray-icon = "0.19.2" tracing-appender = "0.2.3" pelite = "0.10.0" widestring = "1.1.0"