Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

Bumps zvariant from 4.2.0 to 5.4.0.

Release notes

Sourced from zvariant's releases.

πŸ”– zvariant 5.4.0

  • ✨ *Value derive macros now support optional fields in dict structs. #311

πŸ”– zvariant 5.3.0

  • ✨ Implement From<Arc<str>> & From<Cow<str>> for Value.
  • πŸ› Don't assume enum discriminant to be always a literal in Value macros.
  • ⬆️ Update winnow to 0.7.
  • ⬆️ Update rand to 0.9.0.

πŸ”– zvariant 5.2.0

  • ⬇️ Lower MSRV to 1.77.
  • πŸ› Prevent f32::NAN from causing panic.
  • πŸ”₯ Drop dev dependency on glib. I believe our own tests combined with fuzzing in the CI, is more than enough testing for gvariant encoding/decoding. So let's avoid the complexity of depending on a system library (even if it's only a dev-dep).

πŸ”– zvariant 5.1.0

  • 🏷️ Implement Clone for *Value. #1078
  • πŸš‘οΈ Fix a few potential panics. #1094
  • πŸ› Handle all variants in Error's PartialEq impl.
  • ♻️ Use winnow for validation of ObjectPath. #1070
  • πŸ₯… Add Error::InvalidObjectPath variant.
  • βž• Add direct dep on winnow.
  • ⬇️ Reduce rust-version to 1.80. #1107

πŸ”– zvariant 5.0.1

  • πŸ“Œ Don't pin zvariant_utils dep. We don't always release zvariant_utils together with other crates, so unlike the macros crates, the versions don't need to be tied together. This will also allow us to bring zvariant_utils improvements to users without having to release all dependent packages as well.

πŸ”– zvariant 5.0.0

  • ⚑️ Signature now an enum representing the D-Bus signature in a parsed form.
  • ⚑️ Replace Type::signature method with a const named SIGNATURE. This greatly improves the (de)serialization performance, in some cases even up by 94%.
  • ✨ Implement Type for:
    • cells.
    • remaining std collections.
    • usize and isize.
    • socket addresses.
    • weak pointers.
    • ranges.
    • atomics.
    • wrapper types.
    • chrono::{Month, NaiveTime, Weekday}.
    • camino utf-8 path types.
  • 🚸 Allow zbus attribute in macros.
  • ✨ Type derive macro now validates user provided signature string at compile-time.
  • 🚚 Rename DynamicType::dynamic_signature to signature.
  • ⬆️ Bump MSRV to 1.81.

... (truncated)

Commits
  • 8fff8e2 πŸ”– zv,zd: Release 5.4.0
  • 8a6cedc πŸ“ README.md: Tiny fix
  • 1757689 Merge pull request #1250 from zeenix/dict-as-prop
  • d60b895 Merge pull request #1247 from jplatte/futures-lite
  • e470733 ✨ zv: *Value derive now supports optional fields in dict structs
  • 54c6632 πŸ§ͺ zd: Add a testcase for issue#311
  • 20e211d Merge pull request #1249 from zeenix/releases
  • 7cb96dc πŸ”– zx: Release 5.1.0
  • c4f967a πŸ”– zb: Release 5.4.0
  • f832036 πŸ”– zn: Release 4.2.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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 24, 2025
@dependabot dependabot bot requested a review from a team March 24, 2025 03:42
@codecov-commenter
Copy link

codecov-commenter commented Mar 24, 2025

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 16.86%. Comparing base (151873d) to head (fb6094a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #912   +/-   ##
=======================================
  Coverage   16.86%   16.86%           
=======================================
  Files         212      212           
  Lines       20507    20507           
  Branches      871      871           
=======================================
  Hits         3459     3459           
  Misses      17048    17048           

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • πŸ“¦ JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Bumps [zvariant](https://github.com/dbus2/zbus) from 4.2.0 to 5.4.0.
- [Release notes](https://github.com/dbus2/zbus/releases)
- [Commits](z-galaxy/zbus@zvariant-4.2.0...zvariant-5.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/zvariant-5.4.0 branch from a770706 to fb6094a Compare March 24, 2025 21:05
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2025

Superseded by #1801.

@dependabot dependabot bot closed this May 13, 2025
@dependabot dependabot bot deleted the dependabot/cargo/zvariant-5.4.0 branch May 13, 2025 04:09
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