[PR #1333] [MERGED] build(deps): bump zbus from 5.12.0 to 5.13.1 #6934

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1333
Author: @dependabot[bot]
Created: 1/12/2026
Status: Merged
Merged: 1/12/2026
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/zbus-5.13.1


📝 Commits (1)

  • 1101865 build(deps): bump zbus from 5.12.0 to 5.13.1

📊 Changes

2 files changed (+15 additions, -23 deletions)

View changed files

📝 Cargo.lock (+14 -22)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps zbus from 5.12.0 to 5.13.1.

Release notes

Sourced from zbus's releases.

zbus-5.13.1

Fixed

  • 🐛 Implement get_machine_id() for *BSD platforms.

zbus_macros-5.13.1

Fixed

  • 🐛 Allow out_args with multiple names for non-tuple types.

Other

  • 🤖 release-plz: Fix formatting of CHANGELOG files.
  • 🤖 release-plz: Use the default header in changelog.

zbus-5.13.0

Added

  • Add crate attribute for custom crate paths.

Changed

  • 🎨 Format all files (rust 1.85).

Fixed

  • 🚑️ Send on unix sockets w/ MSG_NOSIGNAL flag enabled. #1657
  • 🐛 Fix get_machine_id for macOS.

Other

  • 🧱 Fix all clippy warnings (rust 1.85).
  • 🧑‍💻 Bump rust version to 1.85.
  • 🔊 lower trace/instrument verbosity.

Testing

  • Add introspection test for out_args with single output.
  • Remove unused imports from tests.

zbus_macros-5.13.0

Added

  • add special handling for ao DBus signatures. #332
  • Add crate attribute for custom crate paths.

Changed

  • 🎨 Format all files (rust 1.85).
  • ♻️ Replace panic with proper Error in introspect_add_output_args.
  • ♻️ rename parameters / variables.

Fixed

  • 🐛 zbus_macros shouldn't set features on zbus.

... (truncated)

Commits
  • 005c247 Merge pull request #1675 from zeenix/zb-release
  • 98b2c1a 🔖 zb,zm: Release 5.13.1
  • cd9f0a5 Merge pull request #1673 from cachebag/out-args-custom-sig
  • 6b41b3d 🐛 zm: Allow out_args with multiple names for non-tuple types
  • f1bc6f7 Merge pull request #1672 from zeenix/zv-releases
  • 06a03e7 🔖 zv,zd: Release 5.9.1
  • 032a46f Merge pull request #1670 from cachebag/crate-path-detection
  • 6d8f358 zvd: Add tests for signature_to_tokens_with_crate
  • f09d027 🐛 zvd: Fix hard-coded zvariant path in signature generation
  • d3b3a2a Merge pull request #1669 from zeenix/zbus-names-rel
  • 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/1333 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/12/2026 **Status:** ✅ Merged **Merged:** 1/12/2026 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/zbus-5.13.1` --- ### 📝 Commits (1) - [`1101865`](https://github.com/JakeStanger/ironbar/commit/11018655bbc2ef4acebafe3129eab9dc200808a2) build(deps): bump zbus from 5.12.0 to 5.13.1 ### 📊 Changes **2 files changed** (+15 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+14 -22) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [zbus](https://github.com/z-galaxy/zbus) from 5.12.0 to 5.13.1. <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.13.1</h2> <h3>Fixed</h3> <ul> <li>🐛 Implement <code>get_machine_id()</code> for *BSD platforms.</li> </ul> <h2>zbus_macros-5.13.1</h2> <h3>Fixed</h3> <ul> <li>🐛 Allow <code>out_args</code> with multiple names for non-tuple types.</li> </ul> <h3>Other</h3> <ul> <li>🤖 release-plz: Fix formatting of CHANGELOG files.</li> <li>🤖 release-plz: Use the default header in changelog.</li> </ul> <h2>zbus-5.13.0</h2> <h3>Added</h3> <ul> <li>✨ Add crate attribute for custom crate paths.</li> </ul> <h3>Changed</h3> <ul> <li>🎨 Format all files (rust 1.85).</li> </ul> <h3>Fixed</h3> <ul> <li>🚑️ Send on unix sockets w/ <code>MSG_NOSIGNAL</code> flag enabled. <a href="https://redirect.github.com/z-galaxy/zbus/issues/1657">#1657</a></li> <li>🐛 Fix <code>get_machine_id</code> for macOS.</li> </ul> <h3>Other</h3> <ul> <li>🧱 Fix all clippy warnings (rust 1.85).</li> <li>🧑‍💻 Bump rust version to 1.85.</li> <li>🔊 lower trace/instrument verbosity.</li> </ul> <h3>Testing</h3> <ul> <li>✅ Add introspection test for out_args with single output.</li> <li>✅ Remove unused imports from tests.</li> </ul> <h2>zbus_macros-5.13.0</h2> <h3>Added</h3> <ul> <li>✨ add special handling for ao DBus signatures. <a href="https://redirect.github.com/z-galaxy/zbus/issues/332">#332</a></li> <li>✨ Add crate attribute for custom crate paths.</li> </ul> <h3>Changed</h3> <ul> <li>🎨 Format all files (rust 1.85).</li> <li>♻️ Replace panic with proper Error in introspect_add_output_args.</li> <li>♻️ rename parameters / variables.</li> </ul> <h3>Fixed</h3> <ul> <li>🐛 zbus_macros shouldn't set features on zbus.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/z-galaxy/zbus/commit/005c247afc139ede52a5f93a2955501f27b36b7f"><code>005c247</code></a> Merge pull request <a href="https://redirect.github.com/z-galaxy/zbus/issues/1675">#1675</a> from zeenix/zb-release</li> <li><a href="https://github.com/z-galaxy/zbus/commit/98b2c1a9d160f5b785815c2a56f16b0621900566"><code>98b2c1a</code></a> 🔖 zb,zm: Release 5.13.1</li> <li><a href="https://github.com/z-galaxy/zbus/commit/cd9f0a5a4917118c53a19ee96a185d4f3e6e4d56"><code>cd9f0a5</code></a> Merge pull request <a href="https://redirect.github.com/z-galaxy/zbus/issues/1673">#1673</a> from cachebag/out-args-custom-sig</li> <li><a href="https://github.com/z-galaxy/zbus/commit/6b41b3db6411e490e233263c869157587b63d771"><code>6b41b3d</code></a> 🐛 zm: Allow <code>out_args</code> with multiple names for non-tuple types</li> <li><a href="https://github.com/z-galaxy/zbus/commit/f1bc6f71283e79b2c6751773b2870bac6a5a7cb7"><code>f1bc6f7</code></a> Merge pull request <a href="https://redirect.github.com/z-galaxy/zbus/issues/1672">#1672</a> from zeenix/zv-releases</li> <li><a href="https://github.com/z-galaxy/zbus/commit/06a03e78c76bc7d381d7cc6ce39c546375406c2e"><code>06a03e7</code></a> 🔖 zv,zd: Release 5.9.1</li> <li><a href="https://github.com/z-galaxy/zbus/commit/032a46f165cd1414b53ee282a2d69fa218a2c389"><code>032a46f</code></a> Merge pull request <a href="https://redirect.github.com/z-galaxy/zbus/issues/1670">#1670</a> from cachebag/crate-path-detection</li> <li><a href="https://github.com/z-galaxy/zbus/commit/6d8f3580bb0035829306f24dd42e7c48c5b3e44a"><code>6d8f358</code></a> ✅ zvd: Add tests for <code>signature_to_tokens_with_crate</code></li> <li><a href="https://github.com/z-galaxy/zbus/commit/f09d027e5606a041fdca4135e172203a5218b5c9"><code>f09d027</code></a> 🐛 zvd: Fix hard-coded zvariant path in signature generation</li> <li><a href="https://github.com/z-galaxy/zbus/commit/d3b3a2a2fb60831ca59772e8b94d28ce79e59169"><code>d3b3a2a</code></a> Merge pull request <a href="https://redirect.github.com/z-galaxy/zbus/issues/1669">#1669</a> from zeenix/zbus-names-rel</li> <li>Additional commits viewable in <a href="https://github.com/z-galaxy/zbus/compare/zbus-5.12.0...zbus-5.13.1">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.12.0&new-version=5.13.1)](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:32 +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#6934
No description provided.