[PR #1072] [CLOSED] build(deps): bump system-tray from 0.7.0 to 0.8.1 #1125

Closed
opened 2026-05-22 21:55:39 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1072
Author: @dependabot[bot]
Created: 6/30/2025
Status: Closed

Base: masterHead: dependabot/cargo/system-tray-0.8.1


📝 Commits (1)

  • adf0492 build(deps): bump system-tray from 0.7.0 to 0.8.1

📊 Changes

2 files changed (+4 additions, -3 deletions)

View changed files

📝 Cargo.lock (+3 -2)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps system-tray from 0.7.0 to 0.8.1.

Release notes

Sourced from system-tray's releases.

v0.8.1

🐛 Bug Fixes

  • cf2d0b3 - take in account of InvalidArgs caused by no property (commit by @​ogios)

v0.8.0

New Features

🐛 Bug Fixes

♻️ Refactors

Changelog

Sourced from system-tray's changelog.

[v0.8.1] - 2025-06-27

🐛 Bug Fixes

  • cf2d0b3 - take in account of InvalidArgs caused by no property (commit by @​ogios)

[v0.8.0] - 2025-06-25

New Features

🐛 Bug Fixes

♻️ Refactors

Commits
  • a894852 chore(release): v0.8.1
  • ab8e644 Merge pull request #23 from ogios/hotfix/option-icon-pixel-update
  • dc5c0ca chore: use clone from for icon pixmap update
  • cf2d0b3 fix: take in account of InvalidArgs caused by no property
  • 0315baf chore: update CHANGELOG.md for v0.8.0 [skip ci]
  • b9dc96d chore(release): v0.8.0
  • 8c29a54 chore: fix formatting and build error
  • 8da8443 refactor: fix clippy warnings
  • dc06063 build: update deps
  • d22adab chore: fix icon impl missing from new update code
  • 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/1072 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/30/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/system-tray-0.8.1` --- ### 📝 Commits (1) - [`adf0492`](https://github.com/JakeStanger/ironbar/commit/adf0492aeccadc89a537236372c3613c9559a7a9) build(deps): bump system-tray from 0.7.0 to 0.8.1 ### 📊 Changes **2 files changed** (+4 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+3 -2) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [system-tray](https://github.com/jakestanger/system-tray) from 0.7.0 to 0.8.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jakestanger/system-tray/releases">system-tray's releases</a>.</em></p> <blockquote> <h2>v0.8.1</h2> <h3>:bug: Bug Fixes</h3> <ul> <li><a href="https://github.com/JakeStanger/system-tray/commit/cf2d0b36904cf5fff028f821fbe0c6680761c2f7"><code>cf2d0b3</code></a> - take in account of InvalidArgs caused by no property <em>(commit by <a href="https://github.com/ogios"><code>@​ogios</code></a>)</em></li> </ul> <h2>v0.8.0</h2> <h3>:sparkles: New Features</h3> <ul> <li><a href="https://github.com/JakeStanger/system-tray/commit/e107d45a97c3c5e7d8d459c0d00e172132b19d2b"><code>e107d45</code></a> - make <code>Client::items</code> optional behind feature flag <em>(PR <a href="https://redirect.github.com/jakestanger/system-tray/issues/18">#18</a> by <a href="https://github.com/ogios"><code>@​ogios</code></a>)</em></li> </ul> <h3>:bug: Bug Fixes</h3> <ul> <li><a href="https://github.com/JakeStanger/system-tray/commit/44c5547bc52e76534d4262e9d63abe3404af392d"><code>44c5547</code></a> - NewIcon update event send both icon_name and icon_pixmap <em>(commit by <a href="https://github.com/ogios"><code>@​ogios</code></a>)</em></li> <li><a href="https://github.com/JakeStanger/system-tray/commit/94719f3d975e90105074a4f8d690e8586693e2b2"><code>94719f3</code></a> - update tray menu before sending MenuDiff event <em>(PR <a href="https://redirect.github.com/jakestanger/system-tray/issues/21">#21</a> by <a href="https://github.com/Levizor"><code>@​Levizor</code></a>)</em> <ul> <li>:arrow_lower_right: <em>fixes issue <a href="https://redirect.github.com/jakestanger/system-tray/issues/20">#20</a> opened by <a href="https://github.com/Levizor"><code>@​Levizor</code></a></em></li> </ul> </li> <li><a href="https://github.com/JakeStanger/system-tray/commit/2cf941fc8e4ee34cb66a833ba477f94496eb6db6"><code>2cf941f</code></a> - NewIcon update event send both icon_name and icon_pixmap <em>(PR <a href="https://redirect.github.com/jakestanger/system-tray/issues/22">#22</a> by <a href="https://github.com/JakeStanger"><code>@​JakeStanger</code></a>)</em></li> </ul> <h3>:recycle: Refactors</h3> <ul> <li><a href="https://github.com/JakeStanger/system-tray/commit/8da8443fa8e82c5c7c7da7fc3de376e03b10dca1"><code>8da8443</code></a> - fix clippy warnings <em>(commit by <a href="https://github.com/JakeStanger"><code>@​JakeStanger</code></a>)</em></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JakeStanger/system-tray/blob/master/CHANGELOG.md">system-tray's changelog</a>.</em></p> <blockquote> <h2>[v0.8.1] - 2025-06-27</h2> <h3>:bug: Bug Fixes</h3> <ul> <li><a href="https://github.com/JakeStanger/system-tray/commit/cf2d0b36904cf5fff028f821fbe0c6680761c2f7"><code>cf2d0b3</code></a> - take in account of InvalidArgs caused by no property <em>(commit by <a href="https://github.com/ogios"><code>@​ogios</code></a>)</em></li> </ul> <h2>[v0.8.0] - 2025-06-25</h2> <h3>:sparkles: New Features</h3> <ul> <li><a href="https://github.com/JakeStanger/system-tray/commit/e107d45a97c3c5e7d8d459c0d00e172132b19d2b"><code>e107d45</code></a> - make <code>Client::items</code> optional behind feature flag <em>(PR <a href="https://redirect.github.com/JakeStanger/system-tray/pull/18">#18</a> by <a href="https://github.com/ogios"><code>@​ogios</code></a>)</em></li> </ul> <h3>:bug: Bug Fixes</h3> <ul> <li><a href="https://github.com/JakeStanger/system-tray/commit/44c5547bc52e76534d4262e9d63abe3404af392d"><code>44c5547</code></a> - NewIcon update event send both icon_name and icon_pixmap <em>(commit by <a href="https://github.com/ogios"><code>@​ogios</code></a>)</em></li> <li><a href="https://github.com/JakeStanger/system-tray/commit/94719f3d975e90105074a4f8d690e8586693e2b2"><code>94719f3</code></a> - update tray menu before sending MenuDiff event <em>(PR <a href="https://redirect.github.com/JakeStanger/system-tray/pull/21">#21</a> by <a href="https://github.com/Levizor"><code>@​Levizor</code></a>)</em> <ul> <li>:arrow_lower_right: <em>fixes issue <a href="https://redirect.github.com/JakeStanger/system-tray/issues/20">#20</a> opened by <a href="https://github.com/Levizor"><code>@​Levizor</code></a></em></li> </ul> </li> <li><a href="https://github.com/JakeStanger/system-tray/commit/2cf941fc8e4ee34cb66a833ba477f94496eb6db6"><code>2cf941f</code></a> - NewIcon update event send both icon_name and icon_pixmap <em>(PR <a href="https://redirect.github.com/JakeStanger/system-tray/pull/22">#22</a> by <a href="https://github.com/JakeStanger"><code>@​JakeStanger</code></a>)</em></li> </ul> <h3>:recycle: Refactors</h3> <ul> <li><a href="https://github.com/JakeStanger/system-tray/commit/8da8443fa8e82c5c7c7da7fc3de376e03b10dca1"><code>8da8443</code></a> - fix clippy warnings <em>(commit by <a href="https://github.com/JakeStanger"><code>@​JakeStanger</code></a>)</em></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JakeStanger/system-tray/commit/a8948523d344c0d014f2a747039c7320d4c4a64a"><code>a894852</code></a> chore(release): v0.8.1</li> <li><a href="https://github.com/JakeStanger/system-tray/commit/ab8e644586ca21e8baee21fcf32c7f4fcc551bf8"><code>ab8e644</code></a> Merge pull request <a href="https://redirect.github.com/jakestanger/system-tray/issues/23">#23</a> from ogios/hotfix/option-icon-pixel-update</li> <li><a href="https://github.com/JakeStanger/system-tray/commit/dc5c0caaee3af299e8c45c0cd03260bb58934b55"><code>dc5c0ca</code></a> chore: use clone from for icon pixmap update</li> <li><a href="https://github.com/JakeStanger/system-tray/commit/cf2d0b36904cf5fff028f821fbe0c6680761c2f7"><code>cf2d0b3</code></a> fix: take in account of InvalidArgs caused by no property</li> <li><a href="https://github.com/JakeStanger/system-tray/commit/0315baf14af77f5b6153621825a3957fc7cfb946"><code>0315baf</code></a> chore: update CHANGELOG.md for v0.8.0 [skip ci]</li> <li><a href="https://github.com/JakeStanger/system-tray/commit/b9dc96da2783812270e78e4d47d81017807ec5b7"><code>b9dc96d</code></a> chore(release): v0.8.0</li> <li><a href="https://github.com/JakeStanger/system-tray/commit/8c29a5432e88624900b0883e4e7b933e6cf94ffd"><code>8c29a54</code></a> chore: fix formatting and build error</li> <li><a href="https://github.com/JakeStanger/system-tray/commit/8da8443fa8e82c5c7c7da7fc3de376e03b10dca1"><code>8da8443</code></a> refactor: fix clippy warnings</li> <li><a href="https://github.com/JakeStanger/system-tray/commit/dc060636f4fb371fc1352934e0f300ed377d140c"><code>dc06063</code></a> build: update deps</li> <li><a href="https://github.com/JakeStanger/system-tray/commit/d22adabc3510fc551ffe3881e5d3b3e36f5a18b9"><code>d22adab</code></a> chore: fix icon impl missing from new update code</li> <li>Additional commits viewable in <a href="https://github.com/jakestanger/system-tray/compare/v0.7.0...v0.8.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=system-tray&package-manager=cargo&previous-version=0.7.0&new-version=0.8.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 21:55:39 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#1125
No description provided.