Skip to content

build(deps): bump bytemuck_derive from 1.8.1 to 1.9.1#63

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/bytemuck_derive-1.9.1
Closed

build(deps): bump bytemuck_derive from 1.8.1 to 1.9.1#63
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/bytemuck_derive-1.9.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2025

Bumps bytemuck_derive from 1.8.1 to 1.9.1.

Changelog

Sourced from bytemuck_derive's changelog.

1.9.1

  • Bumped the minimum bytemuck_derive dependency version from 1.0 to 1.1. The fact that bytemuck and bytemuck_derive are separate crates at all is an unfortunate technical limit of current Rust, woe and calamity.

1.9.0

  • fu5ha added the NoUninit, AnyBitPattern, and CheckedBitPattern traits. This allows for a more fine-grained level of detail in what casting operations are allowed for a type. Types that already implement Zeroable and Pod will have a blanket impl for these new traits. This is a "preview" of the direction that the crate will probably go in the eventual 2.0 version. We're still waiting on Project Safe Transmute for an actual 2.0 version of the crate, but until then please enjoy this preview.
  • Also Fusha added better support for union types in the derive macros. I still don't know how any of the proc-macro stuff works at all, so please direct questions to her.

1.8.0

  • try_pod_read_unaligned and pod_read_unaligned let you go from &[u8] to T:Pod without worrying about alignment.

1.7.3

  • Experimental support for the portable_simd language extension under the nightly_portable_simd cargo feature. As the name implies, this is an experimental crate feature and it's not part of the semver contract. All it does is add the appropriate Zeroable and Pod impls.

1.7.2

  • Why does this repo keep being hit with publishing problems? What did I do to deserve this curse, Ferris? This doesn't ever happen with tinyvec or fermium, only bytemuck.

1.7.1

  • Soundness Fix: The wrap/peel methods for owned value conversion, added to TransparentWrapper in 1.6, can cause a double-drop if used with types that impl Drop. The fix was simply to add a ManuallyDrop layer around the value before doing the transmute_copy that is used to wrap/peel. While this fix could technically be backported to the 1.6 series, since 1.7 is semver compatible anyway the 1.6 series has simply been yanked.

1.7

  • In response to [Unsafe Code Guidelines Issue

... (truncated)

Commits
  • 9b087bb chore: Release bytemuck_derive version 1.9.1
  • 2a60e3e derive changlog
  • 920e1c7 fix deriving CheckedBitPattern on packed struct (#291)
  • d1d918b chore: Release bytemuck version 1.22.0
  • f48810f changelog.
  • ee2f71f Add pod_saturating feature (#303)
  • e023695 bump bytemuck_derive dependency to >= 1.4.1 (#301)
  • 9ec593d Implement Send and Sync for BoxBytes. (#299)
  • 1f6afb3 Add a pack1 as a related crate for packed integers etc. (#296)
  • c254af3 chore: Release bytemuck_derive version 1.9.0
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 19, 2025
@github-actions github-actions bot enabled auto-merge (squash) March 19, 2025 08:39
Bumps [bytemuck_derive](https://github.com/Lokathor/bytemuck) from 1.8.1 to 1.9.1.
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@bytemuck_derive-v1.8.1...bytemuck_derive-v1.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/bytemuck_derive-1.9.1 branch from e519c96 to 11996f5 Compare March 19, 2025 08:43
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 20, 2025

Superseded by #64.

@dependabot dependabot bot closed this Mar 20, 2025
auto-merge was automatically disabled March 20, 2025 09:09

Pull request was closed

@dependabot dependabot bot deleted the dependabot/cargo/bytemuck_derive-1.9.1 branch March 20, 2025 09:09
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 rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants