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

Update serde_assert requirement from 0.5.0 to 0.6.0 #236

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Updates the requirements on serde_assert to permit the latest version.

Release notes

Sourced from serde_assert's releases.

v0.6.0

Changed

  • Increased version of hashbrown dependency to 0.14.2.
  • Raised MSRV to 1.63.0.
Changelog

Sourced from serde_assert's changelog.

0.6.0 - 2023-11-19

Changed

  • Increased version of hashbrown dependency to 0.14.2.
  • Raised MSRV to 1.63.0.

0.5.0 - 2023-05-16

Added

  • Deserializer can now be configured to allow (or disallow) zero-copy deserialization.

0.4.0 - 2023-04-06

Added

  • ser::Error now implements PartialEq and Eq.

0.3.0 - 2023-04-06

Changed

  • Deserializer now defaults to setting self_describing to false.

0.2.0 - 2023-01-16

Added

  • SerializeStructAs``enum and accompanying Builder::serialize_struct_as() method for specifying whether structs should be serialized as serde struct or sequence types.
  • SerializeStruct type to provide a more specialized serde::SerializeStruct implementation.

Changed

  • Deserializer::deserialize_struct can now interpret both Struct and Seq Tokens.

Removed

  • CompoundSerializer no longer implements serde::SerializeStruct.

0.1.0 - 2023-01-14

Added

  • Token and Tokens for representing serialized values.
  • Serializer, ser::Builder, ser::Error, and ser::CompoundSerializer for testing serialization.
  • Deserializer, de::Builder, and de::Error for testing deserialization.
Commits
  • cabfb36 Merge pull request #18 from Anders429/0.6.0
  • 8736b8e Correct MSRV in changelog.
  • a5ee235 Prepare to release version 0.6.0.
  • 7bfdffb Merge pull request #16 from Anders429/hashbrown
  • a9b4954 Correct MSRV to 1.63 and fix MSRV badge.
  • b495ef3 Make loop over tokens more concise.
  • 5f77727 Add documentation about builder panicking.
  • fd948cc Merge pull request #15 from Anders429/master
  • de1be63 Upgrade hashbrown dependency to 0.14.2.
  • See full diff 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 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)

Updates the requirements on [serde_assert](https://github.com/Anders429/serde_assert) to permit the latest version.
- [Release notes](https://github.com/Anders429/serde_assert/releases)
- [Changelog](https://github.com/Anders429/serde_assert/blob/master/CHANGELOG.md)
- [Commits](Anders429/serde_assert@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: serde_assert
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added C - Dependencies Category: Dependencies of this library. P - Low Priority: Not particularly urgent. labels Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C - Dependencies Category: Dependencies of this library. P - Low Priority: Not particularly urgent.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants