Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 16, 2025

Bumps zbus_xml from 4.0.0 to 5.0.2.

Release notes

Sourced from zbus_xml's releases.

πŸ”– zbus_xml 5.0.2

  • ⬇️ Lower MSRV to 1.77.

πŸ”– zbus_xmlgen 5.0.2

  • πŸ› Gracefully handle the situation of rustfmt.
  • ⬇️ Lower MSRV to 1.77.

πŸ”– zbus_xml 5.0.1

  • ⬇️ Reduce rust-version to 1.80. #1107

πŸ”– zbus_xmlgen 5.0.1

  • ⬇️ Reduce rust-version to 1.80. #1107

πŸ”– zbus_xml 5.0.0

  • πŸ‘½οΈ Require and adapt to zvariant 5.0.
  • ⬆️ Bump MSRV to 1.81.
  • ⬆️ Update quick-xml to 0.36.
  • ⬆️ Update serde to 1.0.200.
  • πŸ“ Correct logo URL in docs.
  • πŸ’„ Use the new logo in docs.
  • πŸ“„ Add LICENSE file to the subcrate. #694

πŸ”– zbus_xmlgen 5.0.0

  • ⬆️ Upgrade dependencies:
    • zbus 5.0.0
    • zbus_xml 5.0.0
    • clap 4.5.4.
  • ⬆️ Bump MSRV to 1.81.
  • βž– Remove direct dep on zvariant.
  • 🩹 Set visibility of generated proxy to pub. This was the default visibility until proxy macro started to respect the visibility of the input trait. Let's set it to pub by default as that's what most folks will likely want. If not, they can easily modify it.

πŸ”– zbus_xmlgen 4.1.0

  • πŸš‘οΈ Always use owned types for signal args. We started doing this already in 2.0 but it didn't cover all cases and we still sometimes end up with types that do not implement serde::Deserialize. As a side-effect, this now also turns some of the normal method args to take references instead of values, which is a good thing. #412
  • πŸ”₯ Remove unneeded imports.
  • βœ… zx: Add more tests for signals.
  • ⬆️ Update clap to 4.5.
  • ⬆️ Update pretty_assertions to 1.4.

πŸ”– zbus_xmlgen 4.0.1

  • πŸ‘½οΈ Use and adapt to zbus 4 API.
  • πŸ’₯ New CLI interface:
    • input file are now specified with subcommands instead of arguments. See [README] or zbus-xmlgen --help for more details.
    • add --output option. If a path is given, all the output is written to the file. If - or nothing is given, the generated code is printed to stdout.

... (truncated)

Commits
  • 6d283cd πŸ”– zx: Release 5.0.2
  • d9c92ac ⬆️ Update uuid to v1.12.0 (#1209)
  • db84fa9 πŸ”– zn: Release 4.1.1
  • caef98d ⬆️ micro: Update proc-macro2 to v1.0.93 (#1215)
  • 0876629 ⬆️ micro: Update winnow to v0.6.24 (#1214)
  • 16b7f60 Merge pull request #1212 from zeenix/inherit-from-workspace
  • 86aec2f ♻️ all: Inherit common Cargo.toml props from the workspace
  • 0e37c6c Merge pull request #1211 from zeenix/pr-template
  • f30f022 🚸 Make PR template a comment
  • af422fe πŸ”– zb: Release 5.3.0
  • 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_xml](https://github.com/dbus2/zbus) from 4.0.0 to 5.0.2.
- [Release notes](https://github.com/dbus2/zbus/releases)
- [Commits](z-galaxy/zbus@zbus_xml-4.0.0...zbus_xml-5.0.2)

---
updated-dependencies:
- dependency-name: zbus_xml
  dependency-version: 5.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner May 16, 2025 22:06
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 16, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 3, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/zbus_xml-5.0.2 branch July 3, 2025 23:07
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.

2 participants