[PR #821] [MERGED] build(deps): bump system-tray from 0.4.0 to 0.5.0 #2373

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/821
Author: @dependabot[bot]
Created: 12/23/2024
Status: Merged
Merged: 12/24/2024
Merged by: @JakeStanger

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


📝 Commits (1)

  • 4995c15 build(deps): bump system-tray from 0.4.0 to 0.5.0

📊 Changes

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

View changed files

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

📄 Description

Bumps system-tray from 0.4.0 to 0.5.0.

Commits
  • 01e7c36 chore(release): v0.5.0
  • c778356 chore(intellij): update config
  • d836c56 build: update deps
  • d7910e2 feat: add StatusNotifierItemProxy::activate & `StatusNotifierItemProxy::sec...
  • 9430a82 docs(readme): credit eww for host code
  • 478f5bc docs: add tokio feature for zbus; add basic example as example/basic.rs (#4)
  • 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/821 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/23/2024 **Status:** ✅ Merged **Merged:** 12/24/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/system-tray-0.5.0` --- ### 📝 Commits (1) - [`4995c15`](https://github.com/JakeStanger/ironbar/commit/4995c15f3bb1d48272067ce828ef18bc8b25e665) build(deps): bump system-tray from 0.4.0 to 0.5.0 ### 📊 Changes **2 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+8 -8) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [system-tray](https://github.com/jakestanger/system-tray) from 0.4.0 to 0.5.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JakeStanger/system-tray/commit/01e7c36c02fca5dbc7fb085c414ce6d0be852983"><code>01e7c36</code></a> chore(release): v0.5.0</li> <li><a href="https://github.com/JakeStanger/system-tray/commit/c778356bb5509c35a116b8aa31dad9ab6a9d8cb3"><code>c778356</code></a> chore(intellij): update config</li> <li><a href="https://github.com/JakeStanger/system-tray/commit/d836c5648f7fe5c6895d9176daf698282bc3a82c"><code>d836c56</code></a> build: update deps</li> <li><a href="https://github.com/JakeStanger/system-tray/commit/d7910e295f4f9e76ffd454540057bde9385db813"><code>d7910e2</code></a> feat: add <code>StatusNotifierItemProxy::activate</code> &amp; `StatusNotifierItemProxy::sec...</li> <li><a href="https://github.com/JakeStanger/system-tray/commit/9430a8209467c9be1b4dd2d8b5df436d70165f8b"><code>9430a82</code></a> docs(readme): credit eww for host code</li> <li><a href="https://github.com/JakeStanger/system-tray/commit/478f5bcfa885f128be620de9a3a42ec257d165df"><code>478f5bc</code></a> docs: add tokio feature for zbus; add basic example as <code>example/basic.rs</code> (<a href="https://redirect.github.com/jakestanger/system-tray/issues/4">#4</a>)</li> <li>See full diff in <a href="https://github.com/jakestanger/system-tray/compare/v0.4.0...v0.5.0">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.4.0&new-version=0.5.0)](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:56:38 +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#2373
No description provided.