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

Bump rkyv from 0.7.39 to 0.7.40 in /botnet #21

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 Feb 20, 2023

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)

Bumps [rkyv](https://github.com/rkyv/rkyv) from 0.7.39 to 0.7.40.
- [Release notes](https://github.com/rkyv/rkyv/releases)
- [Changelog](https://github.com/rkyv/rkyv/blob/master/release_checklist.md)
- [Commits](rkyv/rkyv@v0.7.39...v0.7.40)

---
updated-dependencies:
- dependency-name: rkyv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 20, 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