Skip to content

build(deps): bump the rust-dependencies group across 1 directory with 3 updates#4007

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-dependencies-b38ac5060d
Open

build(deps): bump the rust-dependencies group across 1 directory with 3 updates#4007
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-dependencies-b38ac5060d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 7, 2026

Bumps the rust-dependencies group with 3 updates in the / directory: clap_complete, libc and zbus.

Updates clap_complete from 4.6.2 to 4.6.3

Commits
  • 7e0bcca chore: Release
  • 0f09905 docs: Update changelog
  • 9706951 Merge pull request #6353 from truffle-dev/feat-completer-arg-index
  • ac0d148 feat(complete): Index-aware ValueCompleter
  • 1565a3c test(complete): Cover indexed multi-value case
  • 48fc10a Merge pull request #6350 from stefankreutz/missing_docs
  • 7d4c353 docs: Hint at clippy's missing docs lint
  • f6a6701 chore(deps): Update Rust Stable to v1.95 (#6347)
  • ac5fda6 chore: Release
  • b73c627 docs: Update changelog
  • Additional commits viewable in compare view

Updates libc from 0.2.185 to 0.2.186

Release notes

Sourced from libc's releases.

0.2.186

Added

  • Apple: Add KEVENT_FLAG_* constants (#5070)
  • Linux: Add PR_SET_MEMORY_MERGE and PR_GET_MEMORY_MERGE (#5060)

Changed

  • CI: Migrate FreeBSD CI from Cirrus CI to GitHub Actions (#5058)
Changelog

Sourced from libc's changelog.

0.2.186 - 2026-04-24

Added

  • Apple: Add KEVENT_FLAG_* constants (#5070)
  • Linux: Add PR_SET_MEMORY_MERGE and PR_GET_MEMORY_MERGE (#5060)

Changed

  • CI: Migrate FreeBSD CI from Cirrus CI to GitHub Actions (#5058)
Commits
  • 42620ff [0.2] libc: Release 0.2.186
  • 9db2eaa apple: add KEVENT_FLAG_* constants
  • 3840939 Add PR_SET_MEMORY_MERGE and PR_GET_MEMORY_MERGE for linux
  • f697deb chore: migrate from Cirrus CI to GHA
  • See full diff in compare view

Updates zbus from 5.13.2 to 5.15.0

Release notes

Sourced from zbus's releases.

zbus-5.15.0

Added

  • ✨ Introduce DispatchResult2 with fdo::Result for dispatch futures.
  • ✨ Add Builder::build_message_stream.

Changed

  • ♻️ Port Interface and dispatch sites to DispatchResult2.

Deprecated

  • 🗑️ Deprecate DispatchResult in favour of DispatchResult2.

Documentation

  • 📝 Configure docs.rs to build for all supported targets.

Testing

  • ✅ Cover D-Bus error name preservation on property setters.
  • ✅ Explicitly choose host endianess in a test.

zbus_macros-5.15.0

Changed

  • ♻️ Port Interface and dispatch sites to DispatchResult2.

Documentation

  • 📝 Configure docs.rs to build for all supported targets.

Fixed

  • 🥅 Map Error::FDO to concrete variants in DBusError derive. #992

zbus-5.14.0

Added

  • ✨ Add helper for IBus connection creation. #964
  • 🚸 Add Display trait to D-Bus name request reply types.

Changed

  • 🔧 Extend process module run() to all Unix platforms.

Fixed

  • 🐛 Do not use SendFlags::NOSIGNAL on Redox.

Other

  • 📦️ Add async-recursion for Unix targets.
  • 🚨 silence unused import on windows.
  • 🚨 silence unused warning on windows test.

zbus_macros-5.14.0

  • New release to go with zbus 5.14.0
Commits
  • de33018 Merge pull request #1775 from zeenix/releases
  • 5453a48 🔖 Releases
  • 9a317e7 Merge pull request #1774 from zeenix/xmlgen-value
  • a0af258 🐛 zx: Emit owned types for Variant/Structure property setters
  • 6768ad0 ⬆️ micro: Update libc to v0.2.186 (#1773)
  • fc2be12 Merge pull request #1771 from zeenix/property-setter-fdo-error
  • 6ac9aae ⬆️ micro: Update winnow to v1.0.2 (#1772)
  • c210ade 🔖 zb,zm: Bump minor version
  • 1cbc204 ✅ zb: Cover D-Bus error name preservation on property setters
  • 02037ed 🥅 zm: Map Error::FDO to concrete variants in DBusError derive
  • 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 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

… 3 updates

Bumps the rust-dependencies group with 3 updates in the / directory: [clap_complete](https://github.com/clap-rs/clap), [libc](https://github.com/rust-lang/libc) and [zbus](https://github.com/z-galaxy/zbus).


Updates `clap_complete` from 4.6.2 to 4.6.3
- [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.6.2...clap_complete-v4.6.3)

Updates `libc` from 0.2.185 to 0.2.186
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.186/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.185...0.2.186)

Updates `zbus` from 5.13.2 to 5.15.0
- [Release notes](https://github.com/z-galaxy/zbus/releases)
- [Changelog](https://github.com/z-galaxy/zbus/blob/main/release-plz.toml)
- [Commits](z-galaxy/zbus@zbus-5.13.2...zbus-5.15.0)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-version: 4.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: libc
  dependency-version: 0.2.186
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: zbus
  dependency-version: 5.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
...

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 May 7, 2026
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.

0 participants