harmony-development / harmony_rust_sdk

Rust implementation of the Harmony chat protocol.
MIT License
9 stars 2 forks source link

build(deps): bump rkyv from 0.7.31 to 0.7.35 #142

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps rkyv from 0.7.31 to 0.7.35.

Release notes

Sourced from rkyv's releases.

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!

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)