splashsurf icon indicating copy to clipboard operation
splashsurf copied to clipboard

Bump bytemuck from 1.9.1 to 1.12.1

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

Bumps bytemuck from 1.9.1 to 1.12.1.

Changelog

Sourced from bytemuck's changelog.

1.12.1

  • Patch bumped the required bytemuck_derive version because of a regression in how it handled align(N) attributes.

1.12

  • This minor version bump is caused by a version bump in our bytemuck_derive dependency, which is in turn caused by a mixup in the minimum version of syn that bytemuck_derive uses. See Issue 122. There's not any specific "new" API as you might normally expect from a minor version bump.
  • pali fixed a problem with SPIR-V builds being broken. The error handling functions were trying to be generic over Display, which the error types normally support, except on SPIR-V targets (which run on the GPU and don't have text formatting).

1.11

  • WaffleLapkin added wrap_box and peel_box to the TransparentWrapperAlloc trait. Default impls of these functions are provided, and (as usual with the transparent trait stuff) you should not override the default versions.

1.10

  • TheEdward162 added the ZeroableInOption and PodInOption traits. These are for types that are Zeroable or Pod when in an option, but not on their own. We provide impls for the various "NonZeroINTEGER" types in core, and if you need to newtype a NonZero value then you can impl these traits when you use repr(transparent).
Commits
  • 950a3ed use the new derive updates.
  • 3f2e91d (cargo-release) version 1.2.1
  • b7b4380 derive changlog.
  • d47d527 Fix regression #127: support align in reprs again (#128)
  • 995205d version bump
  • fd6b212 Update the readme to reflect the project status as of 2022-august
  • 9ea5f65 add a note about intended MSRV of the derives (none!)
  • f053800 bump bytemuck_derive version with changelog
  • 1ebf7c2 Cleanup: use a macro for reprs, use syn errors & fix cfg-target-arch (#124)
  • bbd6a92 fix something_went_wrong on spirv (#125)
  • 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)

dependabot[bot] avatar Aug 17 '22 04:08 dependabot[bot]