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

chore(deps): bump rkyv from 0.7.28 to 0.7.42 #733

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 14, 2023

Bumps rkyv from 0.7.28 to 0.7.42.

Release notes

Sourced from rkyv's releases.

v0.7.41

This bugfix release includes a number of additions and fixes:

  • #342 and #364 Add missing PartialOrd<&str> and PartialOrd<String> impls for ArchivedString
  • #346 Adds a From<T> impl for ArchivedOption<T>
  • #350, #351, #352, #355, #359, #360, and #372 Improve the performance and expand the capabilities of AlignedVec
  • #358 and #361 Disambiguate associated types generated in derive macros
  • #357 Corrects disabled Send impls on BufferScratch
  • #344 Bumps rkyv's bytecheck dependency to 0.6.10, re-exports the crate, and provides a more convenient #[archive(check_bytes)] attribute to derive CheckBytes with rkyv's supported bytecheck version. See the new examples for more details.

Additionally, rkyv's test suites once again pass MIRI under the new tree borrows model. You can test your own code that uses rkyv for undefined behavior by enabling tree borrows on your own projects.

Thanks to @​mkatychev, @​Qqwy, @​brahms116, @​myronahn, @​overlookmotel, @​samlich, @​freqmod, and @​MaxOhn for their contributions to this release!

v0.7.40

This bugfix release includes a number of additions and fixes:

  • #280 Implements Archive and Serialize for AlignedBytes and AlignedVec
  • #282 Adds a resize function to AlignedVec
  • #294 Adds the MSRV to rkyv's manifest
  • #308 Runs MIRI in CI
  • #304 Adds risv32im to the platforms tested in CI
  • #296 Adds support for the bitvec crate
  • #310 Ensures that ArchivedString is always marked as !Unpin
  • #313 Parameterizes rkyv's impls for IndexMap and IndexSet over a State type parameter
  • #315 Unifies and clarifies the documentation for out_field!
  • #319 Adds from_raw_parts methods for RelPtr and ArchivedBox
  • #321 Adds support for the arrayvec crate
  • #327 Propagates LayoutErrors during validation
  • #337 Adds a missing zero check during division in ArchivedHashMap
  • #339 Fixes a crash when calling reserve_exact(1) on an AlignedVec
  • #340 Re-exports bytecheck::CheckBytes from rkyv
  • #325 ManuallyDrop<T> now implements rkyv's traits
  • A number of bugs occurring during validation and deserialization were fixed (#288, #307, and others)

Thanks to all of the contributors who helped make this release possible!

v0.7.39

  • #278 Adds null checks for pointers returned from alloc and realloc.
  • Fixes some places in the Archive derive macro that was using ::rkyv as the crate path instead of a path provided through #[archive(crate = "...")].

Thanks to @​robinhundt for filing an issue!

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)

... (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.42.
- [Release notes](https://github.com/rkyv/rkyv/releases)
- [Changelog](https://github.com/rkyv/rkyv/blob/master/release_checklist.md)
- [Commits](https://github.com/rkyv/rkyv/commits)

---
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 14, 2023
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.

0 participants