Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps zvariant from 4.2.0 to 5.1.0.

Release notes

Sourced from zvariant's releases.

πŸ”– 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.
  • πŸ”₯ Drop API deprecated in 4.0.
  • πŸ’₯ Drop now unneeded CompleteType type.
  • πŸ₯… Error out on attempt to create an empty structure.
  • πŸ”₯ Drop Default impl for Structure. An empty structure is against the specification and we shouldn't allow it to be created, let alone be a default value. Users should use StructureBuilder to create a structure.
  • 🏷️ Add Error::EmptyStructure.
  • πŸ™ˆ Hide gvariant::Deserializer from public API.
  • πŸ”₯ Drop unnecessary checks for option-as-array feature.
  • ⚑️ Don't check strings for embedded null bytes. In most cases (I'd say at least 99.9% of them), this is needless. They've a non-zero cost, which is high enough to be noticeable in case of a lot of strings being serialized.
  • πŸ› Fix deserialization of recursive variants from JSON. JSON will decode a variant as a map and our Value's Visitor implementation wasn't handling that. This resulted in us not being able to decode back our own generated JSON in case of variants inside variants. #549
  • 🚚 Drop weird Value type and field names when (de)serializing. This is no longer needed. While

... (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)

@dependabot dependabot bot requested a review from a team November 22, 2024 22:35
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 22, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/zvariant-5.1.0 branch from 02c470a to 8fdb275 Compare November 25, 2024 10:03
@grant0417
Copy link
Contributor

@dependabot recreate

Bumps [zvariant](https://github.com/dbus2/zbus) from 4.2.0 to 5.1.0.
- [Release notes](https://github.com/dbus2/zbus/releases)
- [Commits](z-galaxy/zbus@zvariant-4.2.0...zvariant-5.1.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.1.0 branch from 8fdb275 to 4d55964 Compare November 28, 2024 20:40
@grant0417 grant0417 closed this Nov 29, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 29, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/zvariant-5.1.0 branch November 29, 2024 18:05
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