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.18.0 to 1.19.0 in the minor group (
#656) Bumps the minor group with 1 update: [bytemuck](https://github.com/Lokathor/bytemuck). Updates `bytemuck` from 1.18.0 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<A, B></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> <h2>1.16.3</h2> <ul> <li>Fully described in <a href="https://redirect.github.com/Lokathor/bytemuck/pull/256">Lokathor/bytemuck#256</a>, This makes casting slices to/from ZST elements more consistent between the crate's core module and other modules.</li> </ul> <h2>1.16.2</h2> <ul> <li>Fixes potential UB where <code>BoxBytes</code> could attempt to free a dangling pointer if the <code>Layout</code> is zero sized. This type was introduced in 1.14.1, so that version and the others up to and including 1.16.1 are now yanked for safety.</li> </ul> <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> <h2>1.16.0</h2> <ul> <li>Adds a <code>const_zeroed</code> feature (MSRV 1.75) which puts a <code>zeroed</code> fn at the crate root. This is just like the <code>Zeroable::zeroed</code> method, but as a <code>const fn</code>.</li> </ul> <h2>1.15.0</h2> <p>This primarily relaxes the bounds on a <code>From</code> impl.</p> <p>Previously:</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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>See full diff in <a href="https://github.com/Lokathor/bytemuck/compare/v1.18.0...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.18.0&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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information