[PR #437] [MERGED] build(deps): bump zbus from 3.14.1 to 3.15.0 #6341

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/437
Author: @dependabot[bot]
Created: 2/5/2024
Status: Merged
Merged: 2/6/2024
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/zbus-3.15.0


📝 Commits (1)

  • 4880de2 build(deps): bump zbus from 3.14.1 to 3.15.0

📊 Changes

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

View changed files

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

📄 Description

Bumps zbus from 3.14.1 to 3.15.0.

Release notes

Sourced from zbus's releases.

🔖 zbus 3.15.0

🐛 Add missing nix feature. 🏷️ Add ResponseDispatchNotifier type. A wrapper interface method response type that notifies the caller of the response being sent off. 🚸 Specify service and object path for Monitoring & Debug.Stats proxies. These defaults to be based on the interface name otherwise and that's not the expected bhaviour. ✏️ Fix a typo in docs.

🔖 zbus_macros 3.15.0

No release notes provided.

Commits
  • 6875a03 🔖 zb,zm: Release 3.15.0
  • 94f07b7 Revert "🚸 zb: StatsProxy should use strong types"
  • 8925f7c 🎨 zb: Fix Cargo.toml formatting
  • 62be05f Merge pull request #568 from bilelmoussaoui/patch-1
  • 1095cfd zb: Add missing nix feature
  • b95c6a3 Revert "Merge pull request #397 from zeenix/monitoring-proxy-improv"
  • 62a3a43 Merge pull request #406 from mercedes-benz/fix-ip-address
  • 427bf53 🚑️ Correct signature for Ipv4Address & Ipv6Address
  • 1df5fa2 🧪 zv: Add testcase for Ipv4Address & Ipv6Address ser/de
  • 79ad20b Merge pull request #402 from zeenix/response-notify
  • 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/437 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/5/2024 **Status:** ✅ Merged **Merged:** 2/6/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/zbus-3.15.0` --- ### 📝 Commits (1) - [`4880de2`](https://github.com/JakeStanger/ironbar/commit/4880de219b89f8cb37a310603ea40f83f996a07c) build(deps): bump zbus from 3.14.1 to 3.15.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 3.14.1 to 3.15.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 3.15.0</h2> <p>🐛 Add missing <code>nix</code> feature. 🏷️ Add ResponseDispatchNotifier type. A wrapper interface method response type that notifies the caller of the response being sent off. 🚸 Specify service and object path for Monitoring &amp; Debug.Stats proxies. These defaults to be based on the interface name otherwise and that's not the expected bhaviour. ✏️ Fix a typo in docs.</p> <h2>🔖 zbus_macros 3.15.0</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dbus2/zbus/commit/6875a03d31f0143896d8617a445d1f01c1d8ee3c"><code>6875a03</code></a> 🔖 zb,zm: Release 3.15.0</li> <li><a href="https://github.com/dbus2/zbus/commit/94f07b7e0970f31d6dd57f37661376a542cae3b7"><code>94f07b7</code></a> Revert &quot;🚸 zb: StatsProxy should use strong types&quot;</li> <li><a href="https://github.com/dbus2/zbus/commit/8925f7cdf849e9c4d5656fd2fdfbc431d04d476f"><code>8925f7c</code></a> 🎨 zb: Fix Cargo.toml formatting</li> <li><a href="https://github.com/dbus2/zbus/commit/62be05f0c672da3964662cf2daf13cb0e06c7619"><code>62be05f</code></a> Merge pull request <a href="https://redirect.github.com/dbus2/zbus/issues/568">#568</a> from bilelmoussaoui/patch-1</li> <li><a href="https://github.com/dbus2/zbus/commit/1095cfd287686660ffc97f4354bfcd8b12009217"><code>1095cfd</code></a> zb: Add missing nix feature</li> <li><a href="https://github.com/dbus2/zbus/commit/b95c6a381f471b8d83d5d3c42950f74c0570cf71"><code>b95c6a3</code></a> Revert &quot;Merge pull request <a href="https://redirect.github.com/dbus2/zbus/issues/397">#397</a> from zeenix/monitoring-proxy-improv&quot;</li> <li><a href="https://github.com/dbus2/zbus/commit/62a3a43daedcd28784da9e62f4c16c96deec8c99"><code>62a3a43</code></a> Merge pull request <a href="https://redirect.github.com/dbus2/zbus/issues/406">#406</a> from mercedes-benz/fix-ip-address</li> <li><a href="https://github.com/dbus2/zbus/commit/427bf53179393a1e045f42d07b39c44e0de71f0f"><code>427bf53</code></a> 🚑️ Correct signature for Ipv4Address &amp; Ipv6Address</li> <li><a href="https://github.com/dbus2/zbus/commit/1df5fa215c9ac9b7a7a3a3ea022c4301074981a1"><code>1df5fa2</code></a> 🧪 zv: Add testcase for Ipv4Address &amp; Ipv6Address ser/de</li> <li><a href="https://github.com/dbus2/zbus/commit/79ad20b0af6468c6e892d6d647750e882b81ec9d"><code>79ad20b</code></a> Merge pull request <a href="https://redirect.github.com/dbus2/zbus/issues/402">#402</a> from zeenix/response-notify</li> <li>Additional commits viewable in <a href="https://github.com/dbus2/zbus/compare/zbus-3.14.1...zbus-3.15.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=3.14.1&new-version=3.15.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:55:51 +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#6341
No description provided.