Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2022

Bumps rkyv from 0.7.28 to 0.7.38.

Release notes

Sourced from rkyv's releases.

v0.7.38

  • #263 Adds the new generic Map wrapper (thanks to @​zyansheep)
  • #264 Fixes some incorrect DeserializeWith impls for the AsBox and Raw wrapper types
  • #265 Adds support for validating CStr and CString
  • #268 Adds the new Skip wrapper to skip serializing fields
  • #269 Updates support for the uuid crate to 1.0 (thanks to @​Dylan-DPC)

Thanks to everyone who contributed issues and PRs!

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:

... (truncated)

Commits

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.38.
- [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.38)

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

dependabot bot commented on behalf of github Jul 3, 2022

Superseded by #640.

@dependabot dependabot bot closed this Jul 3, 2022
@dependabot dependabot bot deleted the dependabot/cargo/rkyv-0.7.38 branch July 3, 2022 14:07
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