Skip to content

Commit 11d2560

Browse files
chore(deps): bump tray-icon from 0.22.1 to 0.24.0
Bumps [tray-icon](https://github.com/tauri-apps/tray-icon) from 0.22.1 to 0.24.0. - [Release notes](https://github.com/tauri-apps/tray-icon/releases) - [Changelog](https://github.com/tauri-apps/tray-icon/blob/dev/CHANGELOG.md) - [Commits](tauri-apps/tray-icon@tray-icon-v0.22.1...tray-icon-v0.24) --- updated-dependencies: - dependency-name: tray-icon dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4fca27e commit 11d2560

2 files changed

Lines changed: 10 additions & 23 deletions

File tree

Cargo.lock

Lines changed: 9 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ percent-encoding = "2.3"
3838
# - Linux: ksni for native KDE/freedesktop StatusNotifierItem support
3939
# - Windows/macOS: tray-icon crate
4040
[target.'cfg(not(target_os = "linux"))'.dependencies]
41-
tray-icon = "0.22"
41+
tray-icon = "0.24"
4242

4343
[target.'cfg(target_os = "linux")'.dependencies]
4444
ksni = { version = "0.3", default-features = false, features = ["blocking", "async-io"] }

0 commit comments

Comments
 (0)