Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Bumps zbus from 3.15.2 to 5.4.0.

Release notes

Sourced from zbus's releases.

🔖 zbus 5.4.0

  • 🐛 Correctly format list of accepted auth mechanisms in error string. #1216
  • 🩹 Do not reply if no-reply-expected flag is set.
  • ⬆️ Update winnow to 0.7.
  • ⬆️ Update rand to 0.9.0.

🔖 zbus 5.3.1

  • 🐛 Drop unnecessary 'static lifetime requirements in proxy. The passed strings just need to satisfy the inner lifetime of the proxy.
  • 🐛 Fix generated get_all() function. Naming the optional header parameter 'header' several times for different property getters collides with the 'header` local argument of the generated get_all() function. Obvious workaround is don't name your special parameter 'header'. This is easily fixed by simply wrapping each getter code block generated for get_all() in its own scope.

🔖 zbus 5.3.0

  • ⚡️ Make header cloning cheaper.
  • ✨ Support special args in interface property setters.
  • ✨ Support header & signal_emitter parameters in interface property getters.
  • ⬇️ Lower MSRV to 1.77.
  • ⬆️ Update tokio-vsock to 0.7.

🔖 zbus 5.2.0

  • ⚡️ Optimizations:
    • Don't use proxies in connection code. This allows LTO to remove the proxy-side code from the binary if the users isn't directly using proxy APIs. On busd, this reduces the binary size by 200KB.
    • Disable docs in fdo interface introspection. These interfaces are well-known and documented (in the spec itself), so we don't need to provide the docs in the introspection data at runtime.
    • interface now allows disabling docs in introspection. Introspection strings are part of the binary and can have an impact on the binary size. This change allows to disable the addition of docs in the introspection for cases where there interface is well-known/well-documented. For example, combined with the following change of using this in the zbus::fdo interfaces, this will allow busd binary to shed 26 KB.
    • Avoid some formatting at runtime in interface macro. Add values already known to the introspection XML at compile time. This also removes about 500 bytes from busd binary size.
  • 🚩 Add gvariant feature flag to zbus_macros. It's just a proxy feature for zvariant and only needed to fix the build in the root workspace when building with --features gvariant. #1125.
  • ⬆️ Update tokio-vsock to 0.6.
  • 🔊 Skip self in an instrumented method.
  • 🔥 Drop now unused sink feature of futures-util.

🔖 zbus 5.1.1

  • ➖ Tie async-process dependency to async-io feature, instead of the target OS. This fixes tokio users (a big majority of our users) needlessly depending on it along with a bunch of its dependencies.
  • 🔊 Don't log error on broadcasting on generic message channel. Otherwise, we just end up with a lot of noise in the logs.

🔖 zbus 5.1.0

... (truncated)

Commits
  • 20e211d Merge pull request #1249 from zeenix/releases
  • 7cb96dc 🔖 zx: Release 5.1.0
  • c4f967a 🔖 zb: Release 5.4.0
  • f832036 🔖 zn: Release 4.2.0
  • 9c35415 🔖 zv: Release 5.3.0
  • 70e6e91 🔖 zu: Release 3.2.0
  • 77d8bd3 Merge pull request #1248 from dbus2/renovate/uuid-1.x-lockfile
  • 79b6c55 ⬆️ Update uuid to v1.13.1
  • c0fbcb5 Merge pull request #1245 from zeenix/value-enums
  • 49394a1 🐛 zd: Don't assume enum discriminant to be always a literal
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [zbus](https://github.com/dbus2/zbus) from 3.15.2 to 5.4.0.
- [Release notes](https://github.com/dbus2/zbus/releases)
- [Commits](z-galaxy/zbus@zbus-3.15.2...zbus-5.4.0)

---
updated-dependencies:
- dependency-name: zbus
  dependency-version: 5.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant