Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump zbus_xml from 4.0.0 to 5.0.1 #96

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 23, 2024

Bumps zbus_xml from 4.0.0 to 5.0.1.

Release notes

Sourced from zbus_xml's releases.

πŸ”– 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.
    • split output by interfaces, if the (new) --output option is omitted.
  • ✨ Instead of silently skipped the Freedesktop standard interfaces, link to the zbus API.
  • ✨ Hide lints and warnings in the generated code:
    • rustfmt warnings.
    • clippy::type_complexity.
    • clippy::too_many_arguments.
  • πŸ’„ Add --help and -h CLI options.

... (truncated)

Commits
  • 74b880f Merge pull request #1120 from zeenix/releases
  • 28269dd πŸ”– zbus_xmlgen: Release 5.0.1
  • 3edee78 🎨 zx: Tiny formatting fix
  • 3d2af86 πŸ”– zx: Release 5.0.1
  • 01d5fae πŸ”– zb: Release 5.1.0
  • 93fa127 πŸ”– zn: Release 4.1.0
  • a95b2d1 πŸ”– zv: Release 5.1.0
  • 7623b80 πŸ”– zu: Release 3.0.2
  • e08700a Merge pull request #1119 from zeenix/value-clone
  • bcfe9ed 🏷️ zv: Implement Clone for *Value
  • 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_xml](https://github.com/dbus2/zbus) from 4.0.0 to 5.0.1.
- [Release notes](https://github.com/dbus2/zbus/releases)
- [Commits](dbus2/zbus@zbus_xml-4.0.0...zbus_xml-5.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 23, 2024
@dependabot dependabot bot requested a review from a team as a code owner November 23, 2024 00:43
@dependabot dependabot bot added the rust Pull requests that update Rust code label Nov 23, 2024
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