[PR #1338] [MERGED] build(deps): bump zbus from 5.13.1 to 5.13.2 #6935

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/1338
Author: @dependabot[bot]
Created: 1/19/2026
Status: Merged
Merged: 1/19/2026
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/zbus-5.13.2


📝 Commits (1)

  • e1af57d build(deps): bump zbus from 5.13.1 to 5.13.2

📊 Changes

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

View changed files

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

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps zbus from 5.13.1 to 5.13.2.

Release notes

Sourced from zbus's releases.

zbus-5.13.2

Fixed

  • 🐛 fix regression on windows build. #1686
  • 🐛 Correct Peer interface to work on any arbitrary object path.

zbus_macros-5.13.2

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.
Commits
  • 3c2fae5 Merge pull request #1688 from zeenix/zb-release
  • 00bbca0 🔖 zb,zm: Release 5.13.2
  • fead963 🤖 release-plz: Custom regex for minor version bump
  • fa2794d Merge pull request #1687 from fmartinsons-una/fm/fix-1686
  • 3d4ed57 🐛 zb: fix regression on windows build
  • f473c1d Merge pull request #1685 from zeenix/zv-revert-hashmap-breakage
  • d28c24d 🔖 zvariant 5.9.2
  • 60bba3d ️ Revert "🐛 zv: Don't impl Type for dicts with non-basic keys"
  • 78ab879 Merge pull request #1635 from cachebag/peer-any-path
  • b139742 🐛 zb: Correct Peer interface to work on any arbitrary object path
  • 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/1338 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/19/2026 **Status:** ✅ Merged **Merged:** 1/19/2026 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/zbus-5.13.2` --- ### 📝 Commits (1) - [`e1af57d`](https://github.com/JakeStanger/ironbar/commit/e1af57d18898e5f34abd67df3a7e1394c915b1d7) build(deps): bump zbus from 5.13.1 to 5.13.2 ### 📊 Changes **2 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+8 -8) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [zbus](https://github.com/z-galaxy/zbus) from 5.13.1 to 5.13.2. <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.2</h2> <h3>Fixed</h3> <ul> <li>🐛 fix regression on windows build. <a href="https://redirect.github.com/z-galaxy/zbus/issues/1686">#1686</a></li> <li>🐛 Correct Peer interface to work on any arbitrary object path.</li> </ul> <h2>zbus_macros-5.13.2</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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/z-galaxy/zbus/commit/3c2fae5077a52dc12fe098a403d27a56c414b93b"><code>3c2fae5</code></a> Merge pull request <a href="https://redirect.github.com/z-galaxy/zbus/issues/1688">#1688</a> from zeenix/zb-release</li> <li><a href="https://github.com/z-galaxy/zbus/commit/00bbca0accc02b113f00d0c15aad04d291d74b78"><code>00bbca0</code></a> 🔖 zb,zm: Release 5.13.2</li> <li><a href="https://github.com/z-galaxy/zbus/commit/fead96310e593bed77303f7419c8a7ccb5b90f3c"><code>fead963</code></a> 🤖 release-plz: Custom regex for minor version bump</li> <li><a href="https://github.com/z-galaxy/zbus/commit/fa2794d19cecc4d37947c9bd956549442768bb91"><code>fa2794d</code></a> Merge pull request <a href="https://redirect.github.com/z-galaxy/zbus/issues/1687">#1687</a> from fmartinsons-una/fm/fix-1686</li> <li><a href="https://github.com/z-galaxy/zbus/commit/3d4ed5711f417d355e5d7cce7007fcc0982288ce"><code>3d4ed57</code></a> 🐛 zb: fix regression on windows build</li> <li><a href="https://github.com/z-galaxy/zbus/commit/f473c1dd77904ea32213f07a4fee400c3a9247bd"><code>f473c1d</code></a> Merge pull request <a href="https://redirect.github.com/z-galaxy/zbus/issues/1685">#1685</a> from zeenix/zv-revert-hashmap-breakage</li> <li><a href="https://github.com/z-galaxy/zbus/commit/d28c24d7527eb261a1ba35125a68767f826a7628"><code>d28c24d</code></a> 🔖 zvariant 5.9.2</li> <li><a href="https://github.com/z-galaxy/zbus/commit/60bba3d8a51758be47a3df1c345582e7f2a0634f"><code>60bba3d</code></a> ⏪️ Revert &quot;🐛 zv: Don't impl Type for dicts with non-basic keys&quot;</li> <li><a href="https://github.com/z-galaxy/zbus/commit/78ab879ed889869576ac73beee4935654a87878e"><code>78ab879</code></a> Merge pull request <a href="https://redirect.github.com/z-galaxy/zbus/issues/1635">#1635</a> from cachebag/peer-any-path</li> <li><a href="https://github.com/z-galaxy/zbus/commit/b13974284643d58a280e38512fac0478a5c7de45"><code>b139742</code></a> 🐛 zb: Correct Peer interface to work on any arbitrary object path</li> <li>Additional commits viewable in <a href="https://github.com/z-galaxy/zbus/compare/zbus-5.13.1...zbus-5.13.2">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.1&new-version=5.13.2)](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#6935
No description provided.