Skip to content

Commit 8ee34e6

Browse files
chore(deps-rs): bump bytemuck from 1.16.3 to 1.17.0 in the minor group (#549)
Bumps the minor group with 1 update: [bytemuck](https://github.com/Lokathor/bytemuck). Updates `bytemuck` from 1.16.3 to 1.17.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> <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/3c42ba7f23e4c17990322e78a574d0df749030cf"><code>3c42ba7</code></a> chore: Release bytemuck version 1.17.0</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/413aaafba9b8c0ccb789ea34afff33ffafbb75d8"><code>413aaaf</code></a> changelog.</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/faff80450ac6f9a218edd5e16d18ac5d1ea26f3d"><code>faff804</code></a> chore: Release bytemuck_derive version 1.7.1</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/7be8c67b2a2477e0154f517b0afde3ef6e62789d"><code>7be8c67</code></a> derive changelog</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/bb62be5baa77c240965d3d9b8844b2cf5ed74d4d"><code>bb62be5</code></a> Remove &quot;dangling&quot; terminology for zero-sized pointees. (<a href="https://redirect.github.com/Lokathor/bytemuck/issues/262">#262</a>)</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/5eecd333183762078be87b7b499dd80cd83bf45a"><code>5eecd33</code></a> Make must_cast by-value and by-shared-ref functions const (<a href="https://redirect.github.com/Lokathor/bytemuck/issues/261">#261</a>)</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/243302d3effc71a295cf096fae9ae5d7864a81ae"><code>243302d</code></a> Add <code>bytemuck</code> attribute to <code>NoUninit</code> derive (<a href="https://redirect.github.com/Lokathor/bytemuck/issues/259">#259</a>)</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/e1baf85f097a8fd4cda495b7b4706838f8fe53af"><code>e1baf85</code></a> Fix box_bytes_zst test (<a href="https://redirect.github.com/Lokathor/bytemuck/issues/260">#260</a>)</li> <li>See full diff in <a href="https://github.com/Lokathor/bytemuck/compare/v1.16.3...v1.17.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.17.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 79659f7 commit 8ee34e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ itertools = "0.13.0"
3434
tket-json-rs = "0.5.1"
3535
tracing = "0.1.37"
3636
portmatching = "0.3.1"
37-
bytemuck = "1.16.3"
37+
bytemuck = "1.17.0"
3838
cgmath = "0.18.0"
3939
chrono = "0.4.30"
4040
clap = "4.5.16"

0 commit comments

Comments
 (0)