[PR #1208] [MERGED] build(deps): bump zbus from 5.11.0 to 5.12.0 #6850

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

📋 Pull Request Information

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

Base: masterHead: dependabot/cargo/zbus-5.12.0


📝 Commits (1)

  • d8cedf5 build(deps): bump zbus from 5.11.0 to 5.12.0

📊 Changes

2 files changed (+8 additions, -6 deletions)

View changed files

📝 Cargo.lock (+7 -5)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps zbus from 5.11.0 to 5.12.0.

Release notes

Sourced from zbus's releases.

🔖 zbus 5.12.0

  • 🚚 Update name of Github space from dbus2 to z-galaxy.
  • Add Error::description method. This gives a simple description about the error.
  • 🥅 Provide description for zbus::Error in DBusError. #1523
  • 🐛 Remove minimum amount of required address options. Set the minimum amount of address options to 0, as per the spec. #1513
  • remove rand and replace with uuid. This makes uuid mandatory for zbus, and changes the p2p feature to enable v4 of uuid.
  • 📝 book: Update version of zbus in the sample Cargo.toml.
  • 🧵 Launch a multi-threaded tokio runtime for blocking. Otherwise, any blocking calls in the application code can block our internal tasks. This is breaking our "we won't launch threads behind your back" promise a little but its only limited to blocking API and therefore worth the benefit of not unexpectedly stopping to work. #1512
  • 🐛 Fix tracing span names showing as {}.
Commits
  • d4254d6 Merge pull request #1544 from zeenix/releases
  • bd399ae 🔖 zb: Release 5.12.0
  • 14fce7c 🔖 zv: Release 5.8.0
  • 33cb56c 🚚 Update name of Github space from dbus2 to z-galaxy
  • a00e93c ⬆️ micro: Update clap to v4.5.49 (#1540)
  • 7c2baf6 Merge pull request #1538 from dbus2/renovate/actions-checkout-5.x
  • 5ac2239 ⬆️ Update actions/checkout action to v5
  • c9a00ea Merge pull request #1537 from DarthB/codspeed
  • 562f125 use codspeed benchmarks with criterion compat layer
  • 4dc5325 ⬆️ micro: Update serde to v1.0.228 (#1534)
  • 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/1208 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/20/2025 **Status:** ✅ Merged **Merged:** 10/21/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/zbus-5.12.0` --- ### 📝 Commits (1) - [`d8cedf5`](https://github.com/JakeStanger/ironbar/commit/d8cedf568fd3baa653a4bb0b389fa7fc24d2e7ba) build(deps): bump zbus from 5.11.0 to 5.12.0 ### 📊 Changes **2 files changed** (+8 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+7 -5) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [zbus](https://github.com/z-galaxy/zbus) from 5.11.0 to 5.12.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.12.0</h2> <ul> <li>🚚 Update name of Github space from <code>dbus2</code> to <code>z-galaxy</code>.</li> <li>✨ Add <code>Error::description</code> method. This gives a simple description about the error.</li> <li>🥅 Provide description for zbus::Error in DBusError. <a href="https://redirect.github.com/z-galaxy/zbus/issues/1523">#1523</a></li> <li>🐛 Remove minimum amount of required address options. Set the minimum amount of address options to 0, as per the spec. <a href="https://redirect.github.com/z-galaxy/zbus/issues/1513">#1513</a></li> <li>➖ remove <code>rand</code> and replace with <code>uuid</code>. This makes <code>uuid</code> mandatory for <code>zbus</code>, and changes the <code>p2p</code> feature to enable <code>v4</code> of <code>uuid</code>.</li> <li>📝 book: Update version of zbus in the sample Cargo.toml.</li> <li>🧵 Launch a multi-threaded tokio runtime for blocking. Otherwise, any blocking calls in the application code can block our internal tasks. This is breaking our &quot;we won't launch threads behind your back&quot; promise a little but its only limited to blocking API and therefore worth the benefit of not unexpectedly stopping to work. <a href="https://redirect.github.com/z-galaxy/zbus/issues/1512">#1512</a></li> <li>🐛 Fix tracing span names showing as {}.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/z-galaxy/zbus/commit/d4254d63cce0be0d6ef762644e97cb5aa293d36a"><code>d4254d6</code></a> Merge pull request <a href="https://redirect.github.com/z-galaxy/zbus/issues/1544">#1544</a> from zeenix/releases</li> <li><a href="https://github.com/z-galaxy/zbus/commit/bd399ae4421bf8923c0e8403d50778b5a2e0518e"><code>bd399ae</code></a> 🔖 zb: Release 5.12.0</li> <li><a href="https://github.com/z-galaxy/zbus/commit/14fce7cb33b2e6fcc8f843d8cebaf1366ab089fa"><code>14fce7c</code></a> 🔖 zv: Release 5.8.0</li> <li><a href="https://github.com/z-galaxy/zbus/commit/33cb56caaeb363ea6a7e9afba6df550215978f20"><code>33cb56c</code></a> 🚚 Update name of Github space from dbus2 to z-galaxy</li> <li><a href="https://github.com/z-galaxy/zbus/commit/a00e93c314867a3370f6bc55cdedb8ac8ddde08b"><code>a00e93c</code></a> ⬆️ micro: Update clap to v4.5.49 (<a href="https://redirect.github.com/z-galaxy/zbus/issues/1540">#1540</a>)</li> <li><a href="https://github.com/z-galaxy/zbus/commit/7c2baf65117ab8e5f3df86fa303f0315c73c8f7a"><code>7c2baf6</code></a> Merge pull request <a href="https://redirect.github.com/z-galaxy/zbus/issues/1538">#1538</a> from dbus2/renovate/actions-checkout-5.x</li> <li><a href="https://github.com/z-galaxy/zbus/commit/5ac2239827a8918ee1a61dd729d90cc3fe2a7349"><code>5ac2239</code></a> ⬆️ Update actions/checkout action to v5</li> <li><a href="https://github.com/z-galaxy/zbus/commit/c9a00ea68a89a7f315fdbbb81dfa56e6c48dbeaf"><code>c9a00ea</code></a> Merge pull request <a href="https://redirect.github.com/z-galaxy/zbus/issues/1537">#1537</a> from DarthB/codspeed</li> <li><a href="https://github.com/z-galaxy/zbus/commit/562f125de668f52bd866d4f84d43b2591b2e6241"><code>562f125</code></a> use codspeed benchmarks with criterion compat layer</li> <li><a href="https://github.com/z-galaxy/zbus/commit/4dc5325e2fab975c0178aeca8df20df1d399e934"><code>4dc5325</code></a> ⬆️ micro: Update serde to v1.0.228 (<a href="https://redirect.github.com/z-galaxy/zbus/issues/1534">#1534</a>)</li> <li>Additional commits viewable in <a href="https://github.com/z-galaxy/zbus/compare/zbus-5.11.0...zbus-5.12.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.11.0&new-version=5.12.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 01:57:18 +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#6850
No description provided.