botnet icon indicating copy to clipboard operation
botnet copied to clipboard

Bump rkyv from 0.7.39 to 0.7.40 in /botnet_replay_viewer

Open dependabot[bot] opened this issue 2 years ago • 0 comments

Bumps rkyv from 0.7.39 to 0.7.40.

Release notes

Sourced from rkyv's releases.

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!

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)

dependabot[bot] avatar Feb 20 '23 15:02 dependabot[bot]