[PR #1314] [MERGED] build(deps): bump system-tray from 0.8.4 to 0.8.5 #2701

Closed
opened 2026-05-22 22:57:35 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1314
Author: @dependabot[bot]
Created: 12/29/2025
Status: Merged
Merged: 12/29/2025
Merged by: @JakeStanger

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


📝 Commits (1)

  • 717c97f build(deps): bump system-tray from 0.8.4 to 0.8.5

📊 Changes

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

View changed files

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

📄 Description

Bumps system-tray from 0.8.4 to 0.8.5.

Release notes

Sourced from system-tray's releases.

v0.8.5

New Features

Changelog

Sourced from system-tray's changelog.

[v0.8.5] - 2025-12-28

New Features

Commits
  • feb735e chore(release): v0.8.5
  • 602fe1e chore: fix new clippy warning
  • 4a8a926 Merge remote-tracking branch 'origin/master'
  • 608b24f feat: implement Serialize for various structs (#27)
  • f486c60 chore(release): v0.8.4
  • 697f887 chore: update CHANGELOG.md for v0.8.4 [skip ci]
  • See full diff 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/1314 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/29/2025 **Status:** ✅ Merged **Merged:** 12/29/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/system-tray-0.8.5` --- ### 📝 Commits (1) - [`717c97f`](https://github.com/JakeStanger/ironbar/commit/717c97fd9b6abef1a8fdfbbe7180f06bce9dc99e) build(deps): bump system-tray from 0.8.4 to 0.8.5 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [system-tray](https://github.com/jakestanger/system-tray) from 0.8.4 to 0.8.5. <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.5</h2> <h3>:sparkles: New Features</h3> <ul> <li><a href="https://github.com/JakeStanger/system-tray/commit/608b24f215fb555f59fe57f675cddbffbff49ba7"><code>608b24f</code></a> - implement Serialize for various structs <em>(PR <a href="https://redirect.github.com/jakestanger/system-tray/issues/27">#27</a> by <a href="https://github.com/maxdexh"><code>@​maxdexh</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.5] - 2025-12-28</h2> <h3>:sparkles: New Features</h3> <ul> <li><a href="https://github.com/JakeStanger/system-tray/commit/608b24f215fb555f59fe57f675cddbffbff49ba7"><code>608b24f</code></a> - implement Serialize for various structs <em>(PR <a href="https://redirect.github.com/JakeStanger/system-tray/pull/27">#27</a> by <a href="https://github.com/maxdexh"><code>@​maxdexh</code></a>)</em></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JakeStanger/system-tray/commit/feb735e0971e35e841ef89e672ad9c01267064d9"><code>feb735e</code></a> chore(release): v0.8.5</li> <li><a href="https://github.com/JakeStanger/system-tray/commit/602fe1e9ee8403ab35ebfa8c9301dc618a1b94e0"><code>602fe1e</code></a> chore: fix new clippy warning</li> <li><a href="https://github.com/JakeStanger/system-tray/commit/4a8a9265fc18d12fa1efa478d19629cc26531c07"><code>4a8a926</code></a> Merge remote-tracking branch 'origin/master'</li> <li><a href="https://github.com/JakeStanger/system-tray/commit/608b24f215fb555f59fe57f675cddbffbff49ba7"><code>608b24f</code></a> feat: implement Serialize for various structs (<a href="https://redirect.github.com/jakestanger/system-tray/issues/27">#27</a>)</li> <li><a href="https://github.com/JakeStanger/system-tray/commit/f486c605629fccc3237567cc858ca696fcc86a2b"><code>f486c60</code></a> chore(release): v0.8.4</li> <li><a href="https://github.com/JakeStanger/system-tray/commit/697f88738824f8373cf72a52c8f5f6d4c7e52013"><code>697f887</code></a> chore: update CHANGELOG.md for v0.8.4 [skip ci]</li> <li>See full diff in <a href="https://github.com/jakestanger/system-tray/compare/v0.8.4...v0.8.5">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.8.4&new-version=0.8.5)](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 22:57:35 +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#2701
No description provided.