Skip to content

chore(deps): update tray-icon requirement from 0.21.1 to 0.22.0#106

Merged
ReenigneArcher merged 1 commit into
masterfrom
dependabot/cargo/tray-icon-0.22.0
Apr 11, 2026
Merged

chore(deps): update tray-icon requirement from 0.21.1 to 0.22.0#106
ReenigneArcher merged 1 commit into
masterfrom
dependabot/cargo/tray-icon-0.22.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 3, 2026

Updates the requirements on tray-icon to permit the latest version.

Release notes

Sourced from tray-icon's releases.

tray-icon v0.22.0

[0.22.0]

  • f912921 (#294 by @​felipecrs) Added with_menu_on_right_click builder method, set_show_menu_on_right_click to control whether the context menu is shown on right click (analogous to the existing left click option), and show_menu() to programmatically display the tray menu.

    Together these enable dynamic menu workflows where the menu content is updated before being shown, for example by disabling automatic right-click menu, listening for the click event, updating items, and then calling show_menu().

  • 0a5835b (#295 by @​thief-sty) Update png dependency version to 0.18.

    This avoids duplicated dependencies in downstream crates.

  • 0a5835b (#295 by @​thief-sty) Update rust version to 1.73.

Updating crates.io index
   Packaging tray-icon v0.22.0 (/home/runner/work/tray-icon/tray-icon)
warning: ignoring example `egui` as `examples/egui.rs` is not included in the published package
warning: ignoring example `tao` as `examples/tao.rs` is not included in the published package
warning: ignoring example `winit` as `examples/winit.rs` is not included in the published package
    Updating crates.io index
    Packaged 21 files, 227.5KiB (55.2KiB compressed)
   Verifying tray-icon v0.22.0 (/home/runner/work/tray-icon/tray-icon)
 Downloading crates ...
  Downloaded futures-sink v0.3.31
  Downloaded foldhash v0.1.4
  Downloaded serde v1.0.217
  Downloaded cfg-if v1.0.0
  Downloaded gtk3-macros v0.18.2
  Downloaded cfg-expr v0.15.8
  Downloaded memoffset v0.9.1
  Downloaded x11 v2.21.0
  Downloaded thiserror-impl v1.0.69
  Downloaded indexmap v2.7.1
  Downloaded thiserror-impl v2.0.11
  Downloaded gtk-sys v0.18.2
  Downloaded libappindicator-sys v0.9.0
  Downloaded atk v0.18.2
  Downloaded libloading v0.7.4
  Downloaded futures-util v0.3.31
  Downloaded proc-macro-error-attr v1.0.4
  Downloaded syn v1.0.109
  Downloaded toml_datetime v0.6.8
  Downloaded slab v0.4.9
  Downloaded pin-project-lite v0.2.16
  Downloaded futures-io v0.3.31
  Downloaded adler2 v2.0.0
  Downloaded thiserror v1.0.69
  Downloaded version_check v0.9.5
  Downloaded pango v0.18.3
</tr></table> 

... (truncated)

Changelog

Sourced from tray-icon's changelog.

[0.22.0]

  • f912921 (#294 by @​felipecrs) Added with_menu_on_right_click builder method, set_show_menu_on_right_click to control whether the context menu is shown on right click (analogous to the existing left click option), and show_menu() to programmatically display the tray menu.

    Together these enable dynamic menu workflows where the menu content is updated before being shown, for example by disabling automatic right-click menu, listening for the click event, updating items, and then calling show_menu().

  • 0a5835b (#295 by @​thief-sty) Update png dependency version to 0.18.

    This avoids duplicated dependencies in downstream crates.

  • 0a5835b (#295 by @​thief-sty) Update rust version to 1.73.

[0.21.3]

  • d3c2468 (#293 by @​Slinetrac) Handle Windows tray icon creation when the taskbar is not ready by keeping the message window alive and re-registering on TaskbarCreated.
  • cb22cd5 (#290 by @​FabianLars) The default id is now derived from the process id to prevent issues when multiple open apps use the tray-icon crate on Linux.

[0.21.2]

[0.21.1]

  • 1470763 (#272 by @​ahonn) Add platform specific methods to access the underlying native handles of the tray (similar to TrayIcon::window_handle):

    • TrayIcon::ns_status_item for macOS
    • TrayIcon::app_indicator for Linux.
  • 2a6a19b (#268 by @​iKineticate) On Windows, fix tray menu freeze on device change events

[0.21.0]

[0.20.1]

[0.20.0]

[0.19.3]

[0.19.2]

  • 1f0e1f8 (#204 by @​mrexox) Add set_icon_with_as_template method to update icon and is_template property, preventing glitchy effects during icon animation on macOS.

... (truncated)

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [tray-icon](https://github.com/tauri-apps/tray-icon) to permit the latest version.
- [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.21.1...tray-icon-v0.22)

---
updated-dependencies:
- dependency-name: tray-icon
  dependency-version: 0.22.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 3, 2026
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Apr 3, 2026

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.16%. Comparing base (0975860) to head (5ff4414).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #106      +/-   ##
==========================================
+ Coverage   71.97%   72.16%   +0.18%     
==========================================
  Files          15       15              
  Lines         546      546              
==========================================
+ Hits          393      394       +1     
+ Misses        153      152       -1     
Flag Coverage Δ
aarch64-apple-darwin 72.37% <ø> (+23.75%) ⬆️
aarch64-unknown-linux-gnu 71.97% <ø> (ø)
x86_64-apple-darwin 72.37% <ø> (ø)
x86_64-pc-windows-msvc 72.16% <ø> (+0.18%) ⬆️
x86_64-unknown-linux-gnu 71.97% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0975860...5ff4414. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ReenigneArcher ReenigneArcher merged commit 7eadc6d into master Apr 11, 2026
18 checks passed
@ReenigneArcher ReenigneArcher deleted the dependabot/cargo/tray-icon-0.22.0 branch April 11, 2026 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant