Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 10, 2025

Bumps zbus from 5.7.0 to 5.11.0.

Release notes

Sourced from zbus's releases.

πŸ”– zbus 5.11.0

  • ✨ API to specify timeouts for method calls. Add a way to specify an timeout for method calls. If set, the method calls will timeout after the specified duration, returning an error. This can be used to handle the issues with non-answering D-Bus services.
  • 🩹 Add connection::socket::Split::new method, allowing Socket trait impls outside zbus.
  • πŸ“ Mention receive_X_changes in proxy docs.

πŸ”– zbus 5.10.0

  • ✨ Property stream will now first yield the current value.
  • πŸ› Fall back to no groups rather than erroring out for peer creds.
  • πŸ“ Fix wrong documentation in blocking Proxy methods.

πŸ”– zbus 5.9.0

  • 🧡 Remove deadlocks in Connection name request tasks, resulting in leaks under certain circumstances.
  • πŸ› When registering names, allow name replacement by default.
  • ✨ Allow setting request name flags in connection::Builder.
  • ✨ Proper Default impl for RequestNameFlags. This change is theoretically an API break for users who assumed the default value to be empty.
  • πŸ§‘πŸ’» Add fdo::StartServiceReply type. In 6.0 this will be the return type of fdo::DBusProxy::start_service_by_name. For now, just provide a TryFrom<u32>.

πŸ”– zbus 5.8.0

  • ✨ interface macro now supports write-only properties.
  • ✨ Copy attributes over to receive_*_changed and cached_* methods in proxy.

πŸ”– zbus 5.7.1

  • πŸ› Fix build on Android.
  • ✏️ Trivial typo fix in error message.
Commits
  • edd9a3c Merge pull request #1494 from zeenix/prep-zb-5.11
  • ee3fb1b πŸ”– zb,zm: Release 5.11.0
  • 9f85ee4 βœ… zb: Much shorter timeout in method timeout test
  • 000039a ♻️ zb: Micro simplification
  • dbd853e ⬆️ micro: Update chrono to v0.4.42 (#1493)
  • bd4d5c7 Merge pull request #1491 from dbus2/security-policy
  • 29825e7 πŸ”’οΈ Add comprehensive security policy
  • e46151c Merge pull request #1477 from sergeyfd/main
  • 979f5f9 ✨ zb: API to specify timeouts for method calls
  • 442063d ⬆️ micro: Update time to v0.3.43 (#1490)
  • 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)

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

---
updated-dependencies:
- dependency-name: zbus
  dependency-version: 5.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies rust Pull requests that update Rust code labels Sep 10, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 16, 2025

Superseded by #171.

@dependabot dependabot bot closed this Oct 16, 2025
@dependabot dependabot bot deleted the 9346dependabot/cargo/zbus-5.11.0 branch October 16, 2025 03:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant