newAM / stm32wl-lightswitch-demo

Demo project for the stm32wlxx-hal
MIT License
7 stars 2 forks source link

build(deps): bump bytemuck from 1.9.1 to 1.10.0 #60

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps bytemuck from 1.9.1 to 1.10.0.

Changelog

Sourced from bytemuck's changelog.

bytemuck changelog

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
  • bf68430 (cargo-release) version 1.10.0
  • 919c69c changelog
  • 6beb538 move this little guy where he goes
  • fda9e9f improve docs
  • 1f265a9 Move the FooInOption traits into their own files for easier organization.
  • abe55e5 feat: add TransparentWrapperAlloc trait (#111)
  • e8cd71d feat: ZeroableInOption and PodInOption traits (#114)
  • e9eb13e Use `-Zmiri-tag-raw-pointers in CI (#113)
  • d691aa6 implement NoUninit for NonZero* (#107)
  • 21e2ac5 Note on shared references to Pod-like types (#106)
  • 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)
newAM commented 2 years ago

@dependabot rebase