Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2022

Bumps rkyv from 0.7.28 to 0.7.31.

Release notes

Sourced from rkyv's releases.

v0.7.31

This bugfix release extends Send and Sync impls to a few more types.

Thanks to @​nagisa for filing an issue!

v0.7.30

This bugfix release addresses the following issues:

  • #241 Support for niching nonzero integers has been added. Using #[with(Niche)] on Option<NonZero*> fields will only use as much space as the underlying integer type while archived.
  • #240 SystemTime can now be serialized and deserialized using #[with(UnixTimestamp)], which converts the time to a duration since the UNIX epoch.
  • #242 SharedSerializeMapError has been made Send and Sync.
  • #243 Malformed arguments to #[archive(...)] and #[archive_attr(...)] will now properly error. Previously, malformed arguments caused the attribute to be silently ignored.

Thanks to @​nagisa, @​seritools, @​kassens, and @​ok-nick for reporting issues and filing feature requests.

v0.7.29

This bugfix release addresses the following issues:

  • Validation failure when using BTreeMap as a struct member in certain situations (#239)
  • Soundness hole in AlignedVec::into_vec when the resulting Vec is dropped
  • General docs improvements

Thanks to @​Jasper-Bekkers for filing an issue!

Commits
  • eaf424b Release 0.7.31
  • 317599f Relax mut self in shared API, add Send/Sync impls
  • b8ea09d Release 0.7.30
  • 5fa88d2 Run fmt + clippy
  • ae4eed3 Fix docs
  • e7b2ded Add UnixTimestamp wrapper type
  • 8bd4600 Prevent malformed attributes from silently failing
  • bfd121c Fix nonzero niching with endianness features
  • 1601793 Implement Send/Sync for SharedSerializeMapError
  • 39cdd76 #241 Add support for niching nonzero integers
  • 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 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)

Bumps [rkyv](https://github.com/rkyv/rkyv) from 0.7.28 to 0.7.31.
- [Release notes](https://github.com/rkyv/rkyv/releases)
- [Changelog](https://github.com/rkyv/rkyv/blob/master/release_checklist.md)
- [Commits](rkyv/rkyv@v0.7.28...v0.7.31)

---
updated-dependencies:
- dependency-name: rkyv
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 31, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 20, 2022

Superseded by #613.

@dependabot dependabot bot closed this Feb 20, 2022
@dependabot dependabot bot deleted the dependabot/cargo/rkyv-0.7.31 branch February 20, 2022 14:04
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant