Skip to content

build: bump the zbus-related group across 1 directory with 4 updates - #5

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/zbus-related-6e27bff2e2
Open

build: bump the zbus-related group across 1 directory with 4 updates#5
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/zbus-related-6e27bff2e2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the zbus-related group with 1 update in the / directory: zbus_macros.

Updates zbus_macros from 5.18.0 to 5.19.0

Release notes

Sourced from zbus_macros's releases.

zbus_macros-5.19.0

Dependencies

  • ⬆️ Bump syn to 3.0.
Commits
  • 7518d73 Merge pull request #1894 from zeenix/claude/split-str-zstr-crate-j76d2p
  • c145014 💥 zu: Bump version to 4.0.0
  • d8117ca Merge pull request #1893 from zeenix/releases
  • 09be35e 🔖 zb: Release 5.19
  • 2031d24 🔖 zv: Release 5.14
  • c19cf0d Merge pull request #1891 from zeenix/claude/split-str-zstr-crate-j76d2p
  • 9778174 ♻️ zv: Use zcheapstr for the Str type
  • f71c49d ➕ zv: Add zcheapstr dependency
  • 22c278f Merge pull request #1890 from z-galaxy/renovate/jamesives-github-pages-deploy...
  • cb40643 ⬆️ Update JamesIves/github-pages-deploy-action action to v4.9.0
  • Additional commits viewable in compare view

Updates zvariant from 5.13.1 to 5.15.0

Release notes

Sourced from zvariant's releases.

zvariant-5.15.0

CI

  • 💚 Work around nightly rustfmt macro mangling.

Deprecated

  • 🗑️ Deprecate GVariant support in zvariant.

Documentation

  • 📝 Point GVariant users to the zgvariant crate.

Fixed

  • 🐛 Support zvariant_utils/gvariant being enabled externally. #1910

Removed

  • 🔥 Remove the gvariant fuzz target.
  • 🔥 Remove gvariant benches, ostree tests and test data.

zvariant_derive-5.15.0

Changed

  • ♻️ Move Value & Dict derive codegen to zvariant_utils.
  • ♻️ Move Type derive & signature! codegen to zvariant_utils.

zvariant-5.14.0

Changed

  • ♻️ Use zcheapstr for the Str type.
  • ♻️ Remove unnecessary clones.

Dependencies

  • ➕ Add zcheapstr dependency. It's actually just a split.

Fixed

  • 🐛 insert tail padding to fixed-sized dictionary entry.
  • 🐛 insert tail padding to fixed-sized struct.

Testing

  • ✅ Add test case for a{uy} encoding.
  • ✅ Add test case for (uy) encoding.

zvariant_derive-5.14.0

Other

  • Update Cargo.toml dependencies.
Commits
  • 0f4db69 Merge pull request #1911 from zeenix/releases
  • ce010ac 🔖 zv,zd,zu: New releases to deprecate GVariant API
  • 683fc6a ⬆️ zb,zm,zx: Bump zvariant to 5.15
  • 121b399 Merge pull request #1905 from zeenix/deprecate-gvariant
  • 51d2132 🔖 zv,zd,zu: Bump versions
  • e7146ca 🐛 zv,zu: Support zvariant_utils/gvariant being enabled externally
  • d798734 📝 zv,zm: Point GVariant users to the zgvariant crate
  • 4d1e6b7 🗑️ zv,zu: Deprecate GVariant support in zvariant
  • 19410a8 🔥 zv: Remove the gvariant fuzz target
  • bb8c3ce 🔥 zv: Remove gvariant benches, ostree tests and test data
  • Additional commits viewable in compare view

Updates zvariant_derive from 5.13.1 to 5.15.0

Release notes

Sourced from zvariant_derive's releases.

zvariant_derive-5.15.0

Changed

  • ♻️ Move Value & Dict derive codegen to zvariant_utils.
  • ♻️ Move Type derive & signature! codegen to zvariant_utils.

zvariant_derive-5.14.0

Other

  • Update Cargo.toml dependencies.
Commits
  • 0f4db69 Merge pull request #1911 from zeenix/releases
  • ce010ac 🔖 zv,zd,zu: New releases to deprecate GVariant API
  • 683fc6a ⬆️ zb,zm,zx: Bump zvariant to 5.15
  • 121b399 Merge pull request #1905 from zeenix/deprecate-gvariant
  • 51d2132 🔖 zv,zd,zu: Bump versions
  • e7146ca 🐛 zv,zu: Support zvariant_utils/gvariant being enabled externally
  • d798734 📝 zv,zm: Point GVariant users to the zgvariant crate
  • 4d1e6b7 🗑️ zv,zu: Deprecate GVariant support in zvariant
  • 19410a8 🔥 zv: Remove the gvariant fuzz target
  • bb8c3ce 🔥 zv: Remove gvariant benches, ostree tests and test data
  • Additional commits viewable in compare view

Updates zvariant_utils from 3.5.0 to 4.2.0

Release notes

Sourced from zvariant_utils's releases.

zvariant_utils-4.2.0

Deprecated

  • 🗑️ Deprecate GVariant support in zvariant.

Fixed

  • 🐛 Support zvariant_utils/gvariant being enabled externally. #1910

zvariant_utils-4.1.0

Added

  • ✨ Parameterize attribute parsing by list names.

Changed

  • ♻️ Move Value & Dict derive codegen to zvariant_utils.
  • ♻️ Move Type derive & signature! codegen to zvariant_utils.

Fixed

  • 🥅 Propagate field-attribute errors in dict Value codegen.

zvariant_utils-4.0.0

Breaking

  • ⬆️ Update syn to v3. Syn types appear in this crate's public API, hence the major version bump.
Commits
  • 0f4db69 Merge pull request #1911 from zeenix/releases
  • ce010ac 🔖 zv,zd,zu: New releases to deprecate GVariant API
  • 683fc6a ⬆️ zb,zm,zx: Bump zvariant to 5.15
  • 121b399 Merge pull request #1905 from zeenix/deprecate-gvariant
  • 51d2132 🔖 zv,zd,zu: Bump versions
  • e7146ca 🐛 zv,zu: Support zvariant_utils/gvariant being enabled externally
  • d798734 📝 zv,zm: Point GVariant users to the zgvariant crate
  • 4d1e6b7 🗑️ zv,zu: Deprecate GVariant support in zvariant
  • 19410a8 🔥 zv: Remove the gvariant fuzz target
  • bb8c3ce 🔥 zv: Remove gvariant benches, ostree tests and test data
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 22, 2026
@dependabot dependabot Bot changed the title build: bump the zbus-related group with 4 updates build: bump the zbus-related group across 1 directory with 4 updates Aug 25, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/zbus-related-6e27bff2e2 branch 3 times, most recently from 26a0584 to 4b5303c Compare August 27, 2026 00:11
Bumps the zbus-related group with 1 update in the / directory: [zbus_macros](https://github.com/z-galaxy/zbus).


Updates `zbus_macros` from 5.18.0 to 5.19.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_macros-5.18.0...zbus_macros-5.19.0)

Updates `zvariant` from 5.13.1 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@zvariant-5.13.1...zvariant-5.15.0)

Updates `zvariant_derive` from 5.13.1 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@zvariant_derive-5.13.1...zvariant_derive-5.15.0)

Updates `zvariant_utils` from 3.5.0 to 4.2.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@zvariant_utils-3.5.0...zvariant_utils-4.2.0)

---
updated-dependencies:
- dependency-name: zbus_macros
  dependency-version: 5.19.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: zbus-related
- dependency-name: zvariant
  dependency-version: 5.15.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: zbus-related
- dependency-name: zvariant_derive
  dependency-version: 5.15.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: zbus-related
- dependency-name: zvariant_utils
  dependency-version: 4.2.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: zbus-related
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/zbus-related-6e27bff2e2 branch 2 times, most recently from 4b5303c to 3ebf4b2 Compare August 28, 2026 00:14
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