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

chore(deps): bump the cargo group with 3 updates #1400

Merged
merged 3 commits into from
Feb 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps the cargo group with 3 updates: clap, zbus and clap_complete.

Updates clap from 4.5.0 to 4.5.1

Release notes

Sourced from clap's releases.

v4.5.1

[4.5.1] - 2024-02-16

Fixes

  • (error) Include suggestion to add -- even if there is a "did you mean" so long as last or trailing_var_arg is used
Changelog

Sourced from clap's changelog.

[4.5.1] - 2024-02-16

Fixes

  • (error) Include suggestion to add -- even if there is a "did you mean" so long as last or trailing_var_arg is used
Commits
  • 0c01b55 chore: Release
  • 08e0b5b docs: Update changelog
  • f2c4e6e Merge pull request #5359 from poliorcetics/ab/push-szymvyzpmnqx
  • e782775 fix(complete): Handle newlines in command/arg descriptions
  • fba7c85 test(complete): Show newline issue
  • 8a7a13a chore: Release
  • 7b3a3e1 docs: Update changelog
  • 7b624ca Merge pull request #5356 from epage/escape
  • 446328a fix(error): Include -- in more cases
  • 7de6df8 test(error): Show existing last behavior
  • Additional commits viewable in compare view

Updates zbus from 3.15.0 to 4.0.1

Release notes

Sourced from zbus's releases.

🔖 zbus 4.0.1

  • 🏷️ Implement ProxyDefault for blocking::Proxy that was missed in 4.0.0.
  • 📝 Fix and update links in the book.

🔖 zbus_macros 4.0.1

To go with zbus 4.0.1.

🔖 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.
  • 🐛 Issues fixed:
    • Fix declaring proxies for writable properties.
    • Fix nested signature parser.
  • 🎨 Improve formatting & wording of generated code header.
  • ➕ New dependencies:
    • clap.
    • zbus_xmlgen.
    • pretty_assertions (dev).
  • ⬆️ Bump MSRV to 1.75.
  • 🔧 Switch to Rust 2021. This doesn't affect our users but gives us some features.
  • 📝 zb,Update forgotten links to old book location.

🔖 zbus 4.0.0

A new API-breaking release that brings in a huge amount of changes. Most using code should still compile (with deprecation warnings) and work without changes. Hightlights:

  • 🚚 Changing names of dbus_interface and dbus_proxy along with their atrributes. See [zbus_macros release notes][zmr] for details, including commands to automatically update your code.
  • 👽️ Adapt to zvariant 4.0 changes.
  • 🚚 Make use of submodules for nicer API hierarchy. In most cases deprecation warnings will guide you to the new paths.
  • 🚚 XML parsing API split into a separate crate, zbus_xml. The xml and quick-xml feature flags are removed as a result. #413.
  • 🏗️ Message API overhaul
    • 🚸 header method and message::Header getters now infallible.
    • 🏷️ body method now returns a new type, message::Body that provides all message body-related API.

... (truncated)

Commits
  • d5bea0f 🔖 zb,zm: Release 4.0.1
  • 0ee9741 Merge pull request #594 from zeenix/update-book-docs-urls
  • 66c4a67 📝 book: Link to version 4 of zbus & zvariant docs.rs URLs
  • 1645d7e 🩹 book: Fix a 404 link
  • d4cee9b Merge pull request #383 from Taha-Firoz/property-caching-faq-nitpicks
  • c9a6d8c ✏️ book: Move sentence to more sensible location
  • a0e3d56 📝 book: Add missing newline at EOF
  • 3c224bd ✏️ book: Update doc URL references
  • 6db318b Merge pull request #593 from zeenix/add-zbus-xml-to-readme
  • 46188a4 📝 Add zbus_xml to top-level repo README
  • Additional commits viewable in compare view

Updates clap_complete from 4.5.0 to 4.5.1

Release notes

Sourced from clap_complete's releases.

v4.5.1

[4.5.1] - 2024-02-16

Fixes

  • (error) Include suggestion to add -- even if there is a "did you mean" so long as last or trailing_var_arg is used
Changelog

Sourced from clap_complete's changelog.

[4.5.1] - 2024-02-16

Fixes

  • (error) Include suggestion to add -- even if there is a "did you mean" so long as last or trailing_var_arg is used
Commits
  • 0c01b55 chore: Release
  • 08e0b5b docs: Update changelog
  • f2c4e6e Merge pull request #5359 from poliorcetics/ab/push-szymvyzpmnqx
  • e782775 fix(complete): Handle newlines in command/arg descriptions
  • fba7c85 test(complete): Show newline issue
  • 8a7a13a chore: Release
  • 7b3a3e1 docs: Update changelog
  • 7b624ca Merge pull request #5356 from epage/escape
  • 446328a fix(error): Include -- in more cases
  • 7de6df8 test(error): Show existing last behavior
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the cargo group with 3 updates: [clap](https://github.com/clap-rs/clap), [zbus](https://github.com/dbus2/zbus) and [clap_complete](https://github.com/clap-rs/clap).


Updates `clap` from 4.5.0 to 4.5.1
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.0...clap_complete-v4.5.1)

Updates `zbus` from 3.15.0 to 4.0.1
- [Release notes](https://github.com/dbus2/zbus/releases)
- [Commits](dbus2/zbus@zbus-3.15.0...zbus-4.0.1)

Updates `clap_complete` from 4.5.0 to 4.5.1
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.0...clap_complete-v4.5.1)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: zbus
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

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 Feb 19, 2024
@hrkfdn hrkfdn enabled auto-merge (squash) February 23, 2024 22:37
@hrkfdn hrkfdn disabled auto-merge February 23, 2024 22:37
@hrkfdn hrkfdn enabled auto-merge (squash) February 23, 2024 22:38
@hrkfdn hrkfdn merged commit 0007bf6 into main Feb 23, 2024
5 checks passed
@hrkfdn hrkfdn deleted the dependabot/cargo/cargo-2de8176454 branch February 23, 2024 22:39
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