Skip to content

fix(deps): bump tray-icon from 0.19.2 to 0.20.1 #1284

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 18, 2025

Bumps tray-icon from 0.19.2 to 0.20.1.

Release notes

Sourced from tray-icon's releases.

tray-icon v0.20.1

[0.20.1]

Updating crates.io index
   Packaging tray-icon v0.20.1 (/home/runner/work/tray-icon/tray-icon)
    Updating crates.io index
    Packaged 35 files, 270.1KiB (68.0KiB compressed)
   Verifying tray-icon v0.20.1 (/home/runner/work/tray-icon/tray-icon)
 Downloading crates ...
  Downloaded adler2 v2.0.0
  Downloaded equivalent v1.0.1
  Downloaded libappindicator-sys v0.9.0
  Downloaded libxdo-sys v0.11.0
  Downloaded gtk3-macros v0.18.2
  Downloaded futures-sink v0.3.31
  Downloaded cairo-sys-rs v0.18.2
  Downloaded libxdo v0.6.0
  Downloaded slab v0.4.9
  Downloaded version_check v0.9.5
  Downloaded toml_datetime v0.6.8
  Downloaded thiserror v1.0.69
  Downloaded version-compare v0.2.0
  Downloaded thiserror-impl v2.0.11
  Downloaded libappindicator v0.9.0
  Downloaded glib-macros v0.18.5
  Downloaded x11 v2.21.0
  Downloaded unicode-segmentation v1.12.0
  Downloaded toml_edit v0.22.22
  Downloaded toml_edit v0.20.7
  Downloaded toml_edit v0.19.15
  Downloaded winnow v0.5.40
  Downloaded hashbrown v0.15.2
  Downloaded winnow v0.6.25
  Downloaded gio v0.18.4
  Downloaded syn v1.0.109
  Downloaded gtk-sys v0.18.2
  Downloaded futures-util v0.3.31
  Downloaded glib v0.18.5
  Downloaded syn v2.0.96
  Downloaded png v0.17.16
  Downloaded memchr v2.7.4
  Downloaded flate2 v1.0.35
  Downloaded muda v0.16.0
</tr></table> 

... (truncated)

Changelog

Sourced from tray-icon's changelog.

[0.20.1]

[0.20.0]

[0.19.3]

Commits
  • 97723fd apply version updates (#250)
  • 9561dc7 chore: fix formatting of workflow file
  • b57b929 ci: Update lockfile on versioning PRs
  • 2a827e8 chore(deps): update rust crate tao to 0.33 (#239)
  • a1b00dd chore(deps): update rust crate eframe to 0.31 (#231)
  • e8992ba chore(deps): update rust crate crossbeam-channel to v0.5.15 [security] (#247)
  • 47fc3f3 feat: expose method to get the underlying window handle on Windows (#248)
  • 9f81c76 fix: fix clippy format error (#249)
  • 1f28d6f docs: align with_menu_on_left_click with set_show_menu_on_left_click (#241)
  • 7c61204 Apply Version Updates From Current Changes (#238)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [tray-icon](https://github.com/tauri-apps/tray-icon) from 0.19.2 to 0.20.1.
- [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.2...tray-icon-v0.20.1)

---
updated-dependencies:
- dependency-name: tray-icon
  dependency-version: 0.20.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 18, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 18, 2025 03:40
@dependabot dependabot bot added the rust Pull requests that update Rust code label Apr 18, 2025
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 16.86%. Comparing base (72cb299) to head (32314de).

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1284       +/-   ##
===========================================
+ Coverage   14.07%   16.86%    +2.79%     
===========================================
  Files        2366      212     -2154     
  Lines      205628    20507   -185121     
  Branches   185992      871   -185121     
===========================================
- Hits        28936     3459    -25477     
+ Misses     175256    17048   -158208     
+ Partials     1436        0     -1436     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

2 participants