[PR #1394] [MERGED] build(deps): bump zbus from 5.13.2 to 5.14.0 #5565

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1394
Author: @dependabot[bot]
Created: 2/23/2026
Status: Merged
Merged: 2/23/2026
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/zbus-5.14.0


📝 Commits (1)

  • 385a5a0 build(deps): bump zbus from 5.13.2 to 5.14.0

📊 Changes

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

View changed files

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

📄 Description

Bumps zbus from 5.13.2 to 5.14.0.

Release notes

Sourced from zbus's releases.

zbus-5.14.0

Added

  • Add helper for IBus connection creation. #964
  • 🚸 Add Display trait to D-Bus name request reply types.

Changed

  • 🔧 Extend process module run() to all Unix platforms.

Fixed

  • 🐛 Do not use SendFlags::NOSIGNAL on Redox.

Other

  • 📦️ Add async-recursion for Unix targets.
  • 🚨 silence unused import on windows.
  • 🚨 silence unused warning on windows test.

zbus_macros-5.14.0

  • New release to go with zbus 5.14.0
Commits
  • 02f48c4 Merge pull request #1725 from zeenix/releasing
  • 3467d53 🔖 zbus_xmlgen: Release 5.3.0
  • b59017c 🔖 zb,zm: Release 5.14.0
  • 7287f27 🔖 zv,zd: Release 5.10.0
  • bd81484 🤖 release-plz: 🚸 commits treated as additions
  • f0ae963 ⬆️ micro: Update quick-xml to v0.39.2 (#1724)
  • 3e73afb ⬆️ micro: Update syn to v2.0.117 (#1723)
  • 734d258 Merge pull request #1721 from jackpot51/redox
  • 9e276dd ⬆️ micro: Update clap to v4.5.60 (#1722)
  • 91e2ae7 🐛 Do not use SendFlags::NOSIGNAL on Redox
  • 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 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/1394 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/23/2026 **Status:** ✅ Merged **Merged:** 2/23/2026 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/zbus-5.14.0` --- ### 📝 Commits (1) - [`385a5a0`](https://github.com/JakeStanger/ironbar/commit/385a5a0fd7442f957a484df3fa65358374c2839d) build(deps): bump zbus from 5.13.2 to 5.14.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 [zbus](https://github.com/z-galaxy/zbus) from 5.13.2 to 5.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/z-galaxy/zbus/releases">zbus's releases</a>.</em></p> <blockquote> <h2>zbus-5.14.0</h2> <h3>Added</h3> <ul> <li>✨ Add helper for IBus connection creation. <a href="https://redirect.github.com/z-galaxy/zbus/issues/964">#964</a></li> <li>🚸 Add Display trait to D-Bus name request reply types.</li> </ul> <h3>Changed</h3> <ul> <li>🔧 Extend process module run() to all Unix platforms.</li> </ul> <h3>Fixed</h3> <ul> <li>🐛 Do not use SendFlags::NOSIGNAL on Redox.</li> </ul> <h3>Other</h3> <ul> <li>📦️ Add async-recursion for Unix targets.</li> <li>🚨 silence unused import on windows.</li> <li>🚨 silence unused warning on windows test.</li> </ul> <h2>zbus_macros-5.14.0</h2> <ul> <li>New release to go with zbus 5.14.0</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/z-galaxy/zbus/commit/02f48c4948e8627c84ab1b437264965bff87d6e9"><code>02f48c4</code></a> Merge pull request <a href="https://redirect.github.com/z-galaxy/zbus/issues/1725">#1725</a> from zeenix/releasing</li> <li><a href="https://github.com/z-galaxy/zbus/commit/3467d53f6fdf0c7dee05d9294ab2c23be0394691"><code>3467d53</code></a> 🔖 zbus_xmlgen: Release 5.3.0</li> <li><a href="https://github.com/z-galaxy/zbus/commit/b59017cbe0851925961ffb5fef15170b119f59bf"><code>b59017c</code></a> 🔖 zb,zm: Release 5.14.0</li> <li><a href="https://github.com/z-galaxy/zbus/commit/7287f27b6d1903a09809d77f3347821516e09393"><code>7287f27</code></a> 🔖 zv,zd: Release 5.10.0</li> <li><a href="https://github.com/z-galaxy/zbus/commit/bd81484eb44c0c9bf52cfaa66aa01e447079a0e9"><code>bd81484</code></a> 🤖 release-plz: <code>🚸</code> commits treated as additions</li> <li><a href="https://github.com/z-galaxy/zbus/commit/f0ae963458511d31f887665f81f7b967a9f7ca45"><code>f0ae963</code></a> ⬆️ micro: Update quick-xml to v0.39.2 (<a href="https://redirect.github.com/z-galaxy/zbus/issues/1724">#1724</a>)</li> <li><a href="https://github.com/z-galaxy/zbus/commit/3e73afb306e69e3714e947801101258c682e7981"><code>3e73afb</code></a> ⬆️ micro: Update syn to v2.0.117 (<a href="https://redirect.github.com/z-galaxy/zbus/issues/1723">#1723</a>)</li> <li><a href="https://github.com/z-galaxy/zbus/commit/734d258ed4b897a43d59504528d9bea8a21d4bd6"><code>734d258</code></a> Merge pull request <a href="https://redirect.github.com/z-galaxy/zbus/issues/1721">#1721</a> from jackpot51/redox</li> <li><a href="https://github.com/z-galaxy/zbus/commit/9e276dd01658f84540dd17ae64106afd5f7a1dfd"><code>9e276dd</code></a> ⬆️ micro: Update clap to v4.5.60 (<a href="https://redirect.github.com/z-galaxy/zbus/issues/1722">#1722</a>)</li> <li><a href="https://github.com/z-galaxy/zbus/commit/91e2ae789459581c387008984998e1c249a5fa8a"><code>91e2ae7</code></a> 🐛 Do not use SendFlags::NOSIGNAL on Redox</li> <li>Additional commits viewable in <a href="https://github.com/z-galaxy/zbus/compare/zbus-5.13.2...zbus-5.14.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=zbus&package-manager=cargo&previous-version=5.13.2&new-version=5.14.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 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-23 00:57:34 +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#5565
No description provided.