mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #28161 - servo:dependabot/cargo/bytemuck-1.5.1, r=jdm
Bump bytemuck from 1.4.1 to 1.5.1 Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.4.1 to 1.5.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.5.1</h2> <ul> <li>Fix <code>bytes_of</code> failing on zero sized types. <a href="https://github-redirect.dependabot.com/Lokathor/bytemuck/pull/53">PR 53</a></li> </ul> <h2>1.5</h2> <ul> <li>Added <code>pod_collect_to_vec</code>, which will gather a slice into a vec, allowing you to change the pod type while also safely ignoring alignment. <a href="https://github-redirect.dependabot.com/Lokathor/bytemuck/pull/50">PR 50</a></li> </ul> <h2>1.4.2</h2> <ul> <li><a href="https://github.com/Kimundi">Kimundi</a> fixed an issue that could make <code>try_zeroed_box</code> stack overflow for large values at low optimization levels. <a href="https://github-redirect.dependabot.com/Lokathor/bytemuck/pull/43">PR 43</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="6f1c78e824
"><code>6f1c78e</code></a> (cargo-release) version 1.5.1</li> <li><a href="72d90839e5
"><code>72d9083</code></a> changelog.</li> <li><a href="e5d5061854
"><code>e5d5061</code></a> adjust the code to match the claims of the docs. (<a href="https://github-redirect.dependabot.com/Lokathor/bytemuck/issues/53">#53</a>)</li> <li><a href="b05354dc01
"><code>b05354d</code></a> (cargo-release) start next development iteration 1.5.1-alpha.0</li> <li><a href="e1e5ebda61
"><code>e1e5ebd</code></a> (cargo-release) version 1.5.0</li> <li><a href="91777cc1aa
"><code>91777cc</code></a> changelog.</li> <li><a href="7e76723b3d
"><code>7e76723</code></a> pod_collect_to_vec (<a href="https://github-redirect.dependabot.com/Lokathor/bytemuck/issues/50">#50</a>)</li> <li><a href="df53958735
"><code>df53958</code></a> (cargo-release) start next development iteration 1.0.2-alpha.0</li> <li><a href="1cf639571b
"><code>1cf6395</code></a> (cargo-release) version 1.0.1</li> <li><a href="51d68a4220
"><code>51d68a4</code></a> Include LICENSE files in published bytemuck_derive crates (<a href="https://github-redirect.dependabot.com/Lokathor/bytemuck/issues/47">#47</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Lokathor/bytemuck/compare/v1.4.1...v1.5.1">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=bytemuck&package-manager=cargo&previous-version=1.4.1&new-version=1.5.1) 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 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
This commit is contained in:
commit
610a8173fd
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -472,9 +472,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
|||
|
||||
[[package]]
|
||||
name = "bytemuck"
|
||||
version = "1.4.1"
|
||||
version = "1.5.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "41aa2ec95ca3b5c54cf73c91acf06d24f4495d5f1b1c12506ae3483d646177ac"
|
||||
checksum = "bed57e2090563b83ba8f83366628ce535a7584c9afa4c9fc0612a03925c6df58"
|
||||
|
||||
[[package]]
|
||||
name = "byteorder"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue