[PR #1099] [MERGED] build(deps): bump zbus from 5.8.0 to 5.9.0 #8170

Closed
opened 2026-05-23 02:56:50 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1099
Author: @dependabot[bot]
Created: 7/21/2025
Status: Merged
Merged: 7/21/2025
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/zbus-5.9.0


📝 Commits (1)

  • 8c9673e build(deps): bump zbus from 5.8.0 to 5.9.0

📊 Changes

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

View changed files

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

📄 Description

Bumps zbus from 5.8.0 to 5.9.0.

Release notes

Sourced from zbus's releases.

🔖 zbus 5.9.0

  • 🧵 Remove deadlocks in Connection name request tasks, resulting in leaks under certain circumstances.
  • 🐛 When registering names, allow name replacement by default.
  • Allow setting request name flags in connection::Builder.
  • Proper Default impl for RequestNameFlags. This change is theoretically an API break for users who assumed the default value to be empty.
  • 🧑💻 Add fdo::StartServiceReply type. In 6.0 this will be the return type of fdo::DBusProxy::start_service_by_name. For now, just provide a TryFrom<u32>.
Commits
  • 30487b8 Merge pull request #1434 from zeenix/zb-release
  • 4b7928d 🔖 zb,zm: Release 5.9.0
  • d570c94 📝 CONTRIBUTING: Link to gimoji's web interface
  • 0bf6e14 Merge pull request #1431 from zeenix/name-request-defaults
  • ba2a407 🧵 zb: Remove deadlocks in Connection name request tasks
  • 3d35496 🐛 zb: Allow name replacement by default
  • 0ad37f3 📝 zb: Remove a bunch of unnecessary links
  • 493a994 Merge pull request #1429 from valpackett/val/knrmmkqzrvyp
  • f2fb16f 🧑‍💻 zb: add fdo::dbus::StartServiceReply type
  • f93584d ⬆️ micro: Update winnow to v0.7.12 (#1428)
  • 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/1099 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/21/2025 **Status:** ✅ Merged **Merged:** 7/21/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/zbus-5.9.0` --- ### 📝 Commits (1) - [`8c9673e`](https://github.com/JakeStanger/ironbar/commit/8c9673eb1fd31bdbbfcaa2fa1a632bf2b5740e13) build(deps): bump zbus from 5.8.0 to 5.9.0 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [zbus](https://github.com/dbus2/zbus) from 5.8.0 to 5.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dbus2/zbus/releases">zbus's releases</a>.</em></p> <blockquote> <h2>🔖 zbus 5.9.0</h2> <ul> <li>🧵 Remove deadlocks in Connection name request tasks, resulting in leaks under certain circumstances.</li> <li>🐛 When registering names, allow name replacement by default.</li> <li>✨ Allow setting request name flags in <code>connection::Builder</code>.</li> <li>✨ Proper Default impl for <code>RequestNameFlags</code>. This change is theoretically an API break for users who assumed the default value to be empty.</li> <li>🧑💻 Add <code>fdo::StartServiceReply</code> type. In 6.0 this will be the return type of <code>fdo::DBusProxy::start_service_by_name</code>. For now, just provide a <code>TryFrom&lt;u32&gt;</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dbus2/zbus/commit/30487b8fdb09d1519f66941be35a599e290549e7"><code>30487b8</code></a> Merge pull request <a href="https://redirect.github.com/dbus2/zbus/issues/1434">#1434</a> from zeenix/zb-release</li> <li><a href="https://github.com/dbus2/zbus/commit/4b7928d2f8a5afa6726f3816739b224cac540e47"><code>4b7928d</code></a> 🔖 zb,zm: Release 5.9.0</li> <li><a href="https://github.com/dbus2/zbus/commit/d570c947ea5a9758c08f9e9bbdfed79bea0a346c"><code>d570c94</code></a> 📝 CONTRIBUTING: Link to gimoji's web interface</li> <li><a href="https://github.com/dbus2/zbus/commit/0bf6e14b5447f2a77c33f09bd231a124b2007b62"><code>0bf6e14</code></a> Merge pull request <a href="https://redirect.github.com/dbus2/zbus/issues/1431">#1431</a> from zeenix/name-request-defaults</li> <li><a href="https://github.com/dbus2/zbus/commit/ba2a40752dcb45a034eeda6902b59e1ac437cdcb"><code>ba2a407</code></a> 🧵 zb: Remove deadlocks in Connection name request tasks</li> <li><a href="https://github.com/dbus2/zbus/commit/3d3549602190dbc2a5bc90a06148fa0482237a7f"><code>3d35496</code></a> 🐛 zb: Allow name replacement by default</li> <li><a href="https://github.com/dbus2/zbus/commit/0ad37f317a504cf77854a6c761a8cae73ac9bc28"><code>0ad37f3</code></a> 📝 zb: Remove a bunch of unnecessary links</li> <li><a href="https://github.com/dbus2/zbus/commit/493a9943d6e1dc6368c30a777aa24d32d722b078"><code>493a994</code></a> Merge pull request <a href="https://redirect.github.com/dbus2/zbus/issues/1429">#1429</a> from valpackett/val/knrmmkqzrvyp</li> <li><a href="https://github.com/dbus2/zbus/commit/f2fb16fd185ffd87911e971eb7dae5a76b6fbd0a"><code>f2fb16f</code></a> 🧑‍💻 zb: add fdo::dbus::StartServiceReply type</li> <li><a href="https://github.com/dbus2/zbus/commit/f93584de1fd56f68f66ffd6dc06cd1966de09e46"><code>f93584d</code></a> ⬆️ micro: Update winnow to v0.7.12 (<a href="https://redirect.github.com/dbus2/zbus/issues/1428">#1428</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dbus2/zbus/compare/zbus-5.8.0...zbus-5.9.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.8.0&new-version=5.9.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-23 02:56:50 +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#8170
No description provided.