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 bytecheck from 0.6.9 to 0.7.0 #52

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 12, 2023

Bumps bytecheck from 0.6.9 to 0.7.0.

Release notes

Sourced from bytecheck's releases.

v0.7.0

Bytecheck 0.7.0 is a new release that adds some exciting new features and cleans up some existing technical debt:

  • #22 Bytecheck now supports the riscVim architecture
  • #24 mem::ManuallyDrop now implements CheckBytes
  • #27 (breaking) Adds Send and Sync bounds to bytecheck's Error type
  • #30 Allows alternate crate roots to be specified by adding a #[check_bytes = "path"] attribute.

Thanks to all the contributors this release: @​starkoracles @​rrichardson @​mkatychev @​samlich

Commits
  • 2738803 Add workspace dependency for bytecheck_derive
  • e37fd31 allow lint unused_results and add #[automatically_derived] to derived imp...
  • af58733 allow using alternate crate root with derive macro (#30)
  • 1da468d Fix CI workflow
  • 45e5d6d Re-enable simdutf8 by default
  • 512eee1 Added clippy and rustfmt to CI (#29)
  • 3be5a31 added workspace package manifest (#28)
  • 1159802 make bytecheck::Error Send & Sync (#27)
  • f65f7c5 Add CheckBytes impl for mem::ManuallyDrop (#24)
  • 46ab937 Add riscVim arch (#22)
  • Additional commits viewable in compare view

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 [bytecheck](https://github.com/djkoloski/bytecheck) from 0.6.9 to 0.7.0.
- [Release notes](https://github.com/djkoloski/bytecheck/releases)
- [Commits](rkyv/bytecheck@v0.6.9...v0.7.0)

---
updated-dependencies:
- dependency-name: bytecheck
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 12, 2023

The following labels could not be found: domain: deps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants