Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-rs): bump bytemuck from 1.16.0 to 1.16.1 (#421)
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.16.0 to 1.16.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Lokathor/bytemuck/blob/main/changelog.md">bytemuck's changelog</a>.</em></p> <blockquote> <h2>1.16.1</h2> <ul> <li><strong>NOT SEMVER SUPPORTED:</strong> Adds the <code>nightly_float</code> Cargo feature. This activates the <code>f16</code> and <code>f128</code> nightly features, and then provides <code>Zeroable</code> and <code>Pod</code> impls for those types.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Lokathor/bytemuck/commit/02ffd53a4e42497574f06eba5907212b66a71a3a"><code>02ffd53</code></a> chore: Release bytemuck version 1.16.1</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/e0364d28c8cfd433f2bd3d83a420f4aefe98a941"><code>e0364d2</code></a> update changelog</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/9b81537c5fc4db6f529f388b0af8cf1fe97b6764"><code>9b81537</code></a> Support <code>Zeroable</code> and <code>Pod</code> for <code>f16</code> and <code>f128</code> (<a href="https://redirect.github.com/Lokathor/bytemuck/issues/251">#251</a>)</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/d15b8e0e6d2bdb41ab1f465dc59b7b5ec5069887"><code>d15b8e0</code></a> stupid branch stuff. (<a href="https://redirect.github.com/Lokathor/bytemuck/issues/248">#248</a>)</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/c9540064f31c7c1b63ce9737de690329b519510a"><code>c954006</code></a> Fix the errors CI is showing (<a href="https://redirect.github.com/Lokathor/bytemuck/issues/247">#247</a>)</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/a630404e1848ae178d80bbfeb2c41e48d36cbfc3"><code>a630404</code></a> support deriving Zeroable for fieldless enums (<a href="https://redirect.github.com/Lokathor/bytemuck/issues/233">#233</a>)</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/9a27279008a0f841625f31d0afb963c9839629df"><code>9a27279</code></a> Allow generics in <code>derive(ByteEq, ByteHash)</code>. (<a href="https://redirect.github.com/Lokathor/bytemuck/issues/219">#219</a>)</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/1c3751410ff8f21081e9e4622034cdeffd1d77f9"><code>1c37514</code></a> fix clippy lints (<a href="https://redirect.github.com/Lokathor/bytemuck/issues/137">#137</a>)</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/f9f7bb10b39d98d3a1629ade0280a02ece5c32d4"><code>f9f7bb1</code></a> Address <code>unexpected_cfgs</code> warnings instead of allowing the lint (<a href="https://redirect.github.com/Lokathor/bytemuck/issues/243">#243</a>)</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/89885d160a0d5c9cb2d3762415b6ae31084b32b8"><code>89885d1</code></a> chore: Release bytemuck_derive version 1.6.1</li> <li>Additional commits viewable in <a href="https://github.com/Lokathor/bytemuck/compare/v1.16.0...v1.16.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bytemuck&package-manager=cargo&previous-version=1.16.0&new-version=1.16.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information