[PR #1008] [MERGED] build(deps): bump zbus from 5.7.0 to 5.7.1 #8115

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1008
Author: @dependabot[bot]
Created: 5/26/2025
Status: Merged
Merged: 5/26/2025
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/zbus-5.7.1


📝 Commits (1)

  • 190045b build(deps): bump zbus from 5.7.0 to 5.7.1

📊 Changes

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

View changed files

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

📄 Description

Bumps zbus from 5.7.0 to 5.7.1.

Release notes

Sourced from zbus's releases.

🔖 zbus 5.7.1

  • 🐛 Fix build on Android.
  • ✏️ Trivial typo fix in error message.
Commits
  • cf4a243 Merge pull request #1383 from zeenix/zb-release
  • 30d17a3 🔖 zb: Release 5.7.1
  • eaa14d8 Merge pull request #1010 from yassinebenarbia/main
  • 51ddf22 🏷️ zv: Add FilePath type
  • 28c2c3f Merge pull request #1381 from swick/wip/fdo-process-fd-android-fixup
  • 1c11a67 👷 CI: Run checks and build on aarch64-linux-android
  • 2d32ed3 🐛 zb: Fix build on Android by limiting PeerPidfd to linux
  • 6ebf953 ⬆️ Update criterion to 0.6.0
  • 64da73f 📝 zv: Document internal padding_for_n_bytes
  • 6e3d44e 🚨 zv,zb: Fixes against latest clippy
  • 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/1008 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/26/2025 **Status:** ✅ Merged **Merged:** 5/26/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/zbus-5.7.1` --- ### 📝 Commits (1) - [`190045b`](https://github.com/JakeStanger/ironbar/commit/190045b13b385c7bf4786e825de9d01df3f250aa) build(deps): bump zbus from 5.7.0 to 5.7.1 ### 📊 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.7.0 to 5.7.1. <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.7.1</h2> <ul> <li>🐛 Fix build on Android.</li> <li>✏️ Trivial typo fix in error message.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dbus2/zbus/commit/cf4a243d02c9cc6c87fa711b84e6e005a7a1b8eb"><code>cf4a243</code></a> Merge pull request <a href="https://redirect.github.com/dbus2/zbus/issues/1383">#1383</a> from zeenix/zb-release</li> <li><a href="https://github.com/dbus2/zbus/commit/30d17a3c58fb5de0d566a62f949f70ff8038a376"><code>30d17a3</code></a> 🔖 zb: Release 5.7.1</li> <li><a href="https://github.com/dbus2/zbus/commit/eaa14d85903d9f284c2d726cb7b2be6391a06d40"><code>eaa14d8</code></a> Merge pull request <a href="https://redirect.github.com/dbus2/zbus/issues/1010">#1010</a> from yassinebenarbia/main</li> <li><a href="https://github.com/dbus2/zbus/commit/51ddf22dd552071d7e6bd77c8ca4759814b2249f"><code>51ddf22</code></a> 🏷️ zv: Add FilePath type</li> <li><a href="https://github.com/dbus2/zbus/commit/28c2c3fc5fa887004c77801915aa65d15b3941ef"><code>28c2c3f</code></a> Merge pull request <a href="https://redirect.github.com/dbus2/zbus/issues/1381">#1381</a> from swick/wip/fdo-process-fd-android-fixup</li> <li><a href="https://github.com/dbus2/zbus/commit/1c11a67a77011f0e47deb6929e9a130924e8dc63"><code>1c11a67</code></a> 👷 CI: Run checks and build on aarch64-linux-android</li> <li><a href="https://github.com/dbus2/zbus/commit/2d32ed346cc203509f23d53bd48cd82601717af5"><code>2d32ed3</code></a> 🐛 zb: Fix build on Android by limiting PeerPidfd to linux</li> <li><a href="https://github.com/dbus2/zbus/commit/6ebf953eb90b044d1a8496499c2ec88c6b4194b9"><code>6ebf953</code></a> ⬆️ Update criterion to 0.6.0</li> <li><a href="https://github.com/dbus2/zbus/commit/64da73fd3635475628eba734bc4db640ef4a98e8"><code>64da73f</code></a> 📝 zv: Document internal <code>padding_for_n_bytes</code></li> <li><a href="https://github.com/dbus2/zbus/commit/6e3d44e3b2dc80baa858d91017eaeb91586f0c8b"><code>6e3d44e</code></a> 🚨 zv,zb: Fixes against latest clippy</li> <li>Additional commits viewable in <a href="https://github.com/dbus2/zbus/compare/zbus-5.7.0...zbus-5.7.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.7.0&new-version=5.7.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 02:56:41 +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#8115
No description provided.