Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump crossbeam-utils from 0.8.15 to 0.8.16 (#17674)
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.15 to 0.8.16. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crossbeam-rs/crossbeam/releases">crossbeam-utils's releases</a>.</em></p> <blockquote> <h2>crossbeam-utils 0.8.16</h2> <ul> <li>Improve implementation of <code>CachePadded</code>. (<a href="https://github.com/crossbeam-rs/crossbeam/issues/967">#967</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/de26ec7f2fa5f2d6ab0a96145e49eefcc03897e9"><code>de26ec7</code></a> Prepare for the next release</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/6732decf4812dd3354752423742e2d6c2ab9d573"><code>6732dec</code></a> Bump <code>memoffset</code> to v0.9</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/82786c50f38e3dbe9d901cc82a16f5fbee6c1eaa"><code>82786c5</code></a> Regenerate no_atomic</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/1c9af435a54d899ac7f11b3525972a63bfdc5038"><code>1c9af43</code></a> Don't <code>allow(dropping_copy_types)</code></li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/e784567e0bf306397479cf29b870d1848541f0f1"><code>e784567</code></a> chore: rename <code>dropping_copy_types</code> lint</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/57750c2b9e45321623df1eeda2a336154d2924c4"><code>57750c2</code></a> Update TSAN suppressions file</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/9b810088ff4bcea816fca78ffc814c996ab6a03b"><code>9b81008</code></a> Update create-pull-request action to v5</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/a964ffd88afd519f6446854499978cc5fa5a3460"><code>a964ffd</code></a> CachePadded: Use 32-byte alignment on riscv32/sparc/hexagon, 16-byte alignmen...</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/81ff802b19afc9e3ce37b822b3d5681f6e961cb7"><code>81ff802</code></a> Merge <a href="https://github.com/crossbeam-rs/crossbeam/issues/973">#973</a></li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/04fa0aaac5d8eb099769ec715edd227480728542"><code>04fa0aa</code></a> Prepare for the next release</li> <li>Additional commits viewable in <a href="https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.15...crossbeam-utils-0.8.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=crossbeam-utils&package-manager=cargo&previous-version=0.8.15&new-version=0.8.16)](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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information