Skip to content

chore(deps): update tray-icon requirement from 0.19 to 0.23 - #24

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/tray-icon-0.23
Closed

chore(deps): update tray-icon requirement from 0.19 to 0.23#24
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/tray-icon-0.23

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

Sourced from tray-icon's releases.

tray-icon v0.23.1

[0.23.1]

  • 7e5953c (#311 by @​Fullzoon) Fixed a Windows tray menu issue reported in #303 where the context menu could appear behind the taskbar after launching from the Start Menu by aligning the tray menu handling with the expected shell behavior, including showing the right-click menu on button release and posting WM_NULL after TrackPopupMenu.
Updating crates.io index
   Packaging tray-icon v0.23.1 (/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.9KiB (55.3KiB compressed)
   Verifying tray-icon v0.23.1 (/home/runner/work/tray-icon/tray-icon)
 Downloading crates ...
  Downloaded cfg-if v1.0.0
  Downloaded adler2 v2.0.0
  Downloaded atk-sys v0.18.2
  Downloaded cairo-sys-rs v0.18.2
  Downloaded autocfg v1.4.0
  Downloaded crc32fast v1.4.2
  Downloaded cfg-expr v0.15.8
  Downloaded atk v0.18.2
  Downloaded serde_spanned v0.6.8
  Downloaded bitflags v2.8.0
  Downloaded futures-core v0.3.31
  Downloaded cairo-rs v0.18.5
  Downloaded thiserror-impl v2.0.11
  Downloaded futures-macro v0.3.31
  Downloaded option-ext v0.2.0
  Downloaded gtk3-macros v0.18.2
  Downloaded futures-sink v0.3.31
  Downloaded gdk-pixbuf-sys v0.18.0
  Downloaded version_check v0.9.5
  Downloaded libxdo-sys v0.11.0
  Downloaded field-offset v0.3.6
  Downloaded dirs-sys v0.5.0
  Downloaded heck v0.5.0
  Downloaded gobject-sys v0.18.0
  Downloaded gio-sys v0.18.1
  Downloaded rustc_version v0.4.1
  Downloaded pango-sys v0.18.0
  Downloaded memoffset v0.9.1
  Downloaded libxdo v0.6.0
  Downloaded pkg-config v0.3.31
  Downloaded heck v0.4.1
  Downloaded futures-channel v0.3.31
</tr></table> 

... (truncated)

Changelog

Sourced from tray-icon's changelog.

[0.23.1]

  • 7e5953c (#311 by @​Fullzoon) Fixed a Windows tray menu issue reported in #303 where the context menu could appear behind the taskbar after launching from the Start Menu by aligning the tray menu handling with the expected shell behavior, including showing the right-click menu on button release and posting WM_NULL after TrackPopupMenu.

[0.23.0]

[0.22.2]

[0.22.1]

[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]

... (truncated)

Commits
  • 56ac494 Apply Version Updates From Current Changes (#314)
  • 7e5953c fix(windows): Windows tray context menu can appear behind the taskbar after l...
  • 60ef83e Apply Version Updates From Current Changes (#313)
  • b74676a chore: muda 0.19 (#312)
  • 6117008 Apply Version Updates From Current Changes (#310)
  • 215e972 chore(deps): update rust crate windows-sys to 0.61 (#262)
  • 213d603 apply version updates (#307)
  • 0e5e027 ci: enable sign commits for create-pull-request (#309)
  • 557f2e0 chore(deps): bump rand from 0.8.5 to 0.8.6 (#308)
  • e7a4550 chore(deps): bump bytes from 1.9.0 to 1.11.1 (#297)
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github May 4, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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.19...tray-icon-v0.23.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/tray-icon-0.23 branch from a8b751f to 909ceaa Compare May 4, 2026 04:39
@thewrz

thewrz commented May 4, 2026

Copy link
Copy Markdown
Collaborator

Superseded by #37 (combined dep bump with muda)

@thewrz thewrz closed this May 4, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 4, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/cargo/tray-icon-0.23 branch May 4, 2026 04:52
thewrz added a commit that referenced this pull request May 4, 2026
…#37)

iced 0.14 changed the application() API: boot function is now the first
argument (BootFn trait), title moved to .title() builder, and .run_with()
replaced by .run(). tray-icon and muda must be bumped together due to
co-dependent ContextMenu trait bounds.

Closes #23, closes #24, closes #25
@thewrz thewrz added this to HonkHonk Jun 21, 2026
@github-project-automation github-project-automation Bot moved this to Done in HonkHonk Jun 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant