Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2022

Bumps rkyv from 0.7.28 to 0.7.37.

Release notes

Sourced from rkyv's releases.

v0.7.37

This bugfix release properly gates Arc support behind the has_atomics flag to fix rkyv on thumbv6m-none-eabi and other platforms without atomics support running under no_std.

Thanks to @​moosingin3space for the bug report.

v0.7.36

This bugfix release introduces the Unsafe wrapper type for serializing and deserializing Cell and UnsafeCell.

v0.7.35

This bugfix release corrects documentation on AlignedVec::into_boxed_slice that was not correctly updated with the previous release.

Thanks to @​ralfjung for spotting the issue.

v0.7.34

This bugfix release corrects some minor potential UB in AlignedVec::into_boxed_slice. It is a second location of a similar issue patched in 0.7.29.

Thanks to @​saethlin for identifying and reporting the issue securely.

v0.7.33

This bugfix release corrects macro hygiene when using the derive macros inside of a macro_rules! context (#252).

Thanks to @​DarrenTsung for reporting the issue.

v0.7.32

This bugfix release addresses the following issues:

  • Adds the new Raw wrapper for maximum ser/de and validation performance on raw bytes
  • Implements PartialEq for ArchivedDuration (#247)
  • Improves error messaging for unaligned buffer errors (#245)
  • Fixes an issue where the derive macro could generate ambiguous impl code (#251)
  • Updates hashbrown support to 0.12 (#248)

Thanks everyone who reported issues and to @​petar-dambovaliev and @​kastolars for filing pull requests!

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

... (truncated)

Commits
  • ee40220 Release 0.7.37
  • 0279a6f Gate Arc impls behind has_atomics
  • 3de25f0 Fix typo
  • e6a8f3a Release 0.7.36
  • ab91769 Fix unsafe lints, fix tests for endianness
  • 45c40e2 Update examples, clippy + fmt
  • 381386e Fix doctests for Unsafe wrapper
  • e8885e9 Add documentation of validation feature to README
  • caf57fa Add unsafe wrapper for archiving cells
  • 5a9523f Add backwards_compat example
  • 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.37.
- [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.37)

---
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 Apr 3, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 8, 2022

Superseded by #629.

@dependabot dependabot bot closed this May 8, 2022
@dependabot dependabot bot deleted the dependabot/cargo/rkyv-0.7.37 branch May 8, 2022 14:56
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