Skip to content

Commit 274f300

Browse files
Bump bytemuck from 1.16.3 to 1.19.0 (Eventual-Inc#3171)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.16.3 to 1.19.0. <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> <h1><code>bytemuck</code> changelog</h1> <h2>1.19</h2> <ul> <li>Adds the <code>#[track_caller]</code> attribute to functions which may panic.</li> </ul> <h2>1.18</h2> <ul> <li>Adds the <code>latest_stable_rust</code> cargo feature, which is a blanket feature that turns all other features on that are both sound and compatible with Stable rust.</li> </ul> <h2>1.17.1</h2> <ul> <li>Adds <code>#[repr(C)]</code> to the <code>union Transmute&lt;A, B&gt;</code> type that's used internally for most of the transmutations.</li> </ul> <h2>1.17.0</h2> <ul> <li>Makes the <code>must_cast</code> versions of the by-value and by-ref casts be <code>const</code>. The mut ref cast is unaffected for now (mut references aren't yet stable in <code>const fn</code>). This increases the MSRV of using that particular feature from 1.57 to 1.64.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Lokathor/bytemuck/commit/7b98ff1cec8df2be270410f2c42c655f5abd66b2"><code>7b98ff1</code></a> chore: Release bytemuck version 1.19.0</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/422acc0b16458f47ef323ec1bb8d283eb9cb93af"><code>422acc0</code></a> changelog.</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/da9b1874d83329a13f1aee8b16823df6ebf9d889"><code>da9b187</code></a> add <code>track_caller</code> feature (<a href="https://redirect.github.com/Lokathor/bytemuck/issues/276">#276</a>)</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/1c09edf7b08ad9c052585b73b9903b5c8d70bb04"><code>1c09edf</code></a> fix <a href="https://redirect.github.com/Lokathor/bytemuck/issues/274">#274</a> (<a href="https://redirect.github.com/Lokathor/bytemuck/issues/275">#275</a>)</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/48952a0246ffb54b8cdea1c6adc561ee430420a3"><code>48952a0</code></a> chore: Release bytemuck_derive version 1.8.0</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/2cd97193aba083b3e8f19a5eb134e8f27b500e45"><code>2cd9719</code></a> changelog</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/a637e1d983d0f21a3f7f94fe362d170858a5a5c2"><code>a637e1d</code></a> derive(Zeroable) on fieldful enums and repr(C) enums (<a href="https://redirect.github.com/Lokathor/bytemuck/issues/257">#257</a>)</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/bb368799c3f955421c968caf4f1ce3e0739d2c9a"><code>bb36879</code></a> Improve documentation of features. (<a href="https://redirect.github.com/Lokathor/bytemuck/issues/272">#272</a>)</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/860c391345a2ec61fecf3cd46bcdde1add01caf9"><code>860c391</code></a> chore: Release bytemuck version 1.18.0</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/4c535f9a77aa8944e6bfd91f2ac3e43b5d7601ea"><code>4c535f9</code></a> Clean up Cargo.toml (<a href="https://redirect.github.com/Lokathor/bytemuck/issues/271">#271</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Lokathor/bytemuck/compare/v1.16.3...v1.19.0">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.3&new-version=1.19.0)](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>
1 parent dc42571 commit 274f300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)