Skip to content

Commit 4ca82cf

Browse files
chore(deps): bump blake3 from 1.8.2 to 1.8.3 (#19746)
Bumps [blake3](https://github.com/BLAKE3-team/BLAKE3) from 1.8.2 to 1.8.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/BLAKE3-team/BLAKE3/releases">blake3's releases</a>.</em></p> <blockquote> <h2>1.8.3</h2> <p>version 1.8.3</p> <p>Changes since 1.8.2:</p> <ul> <li>Add <code>Hash::as_slice</code>.</li> <li>Update to the 2024 Edition and bump the MSRV to 1.85.</li> <li>Fix a set of Miri failures in the intrinsics implementations. We were computing (though not dereferencing) an out-of-bounds pointer using <code>add</code> rather than <code>wrapping_add</code>. I'm not aware of any observable consequences of this bug. See <a href="https://redirect.github.com/BLAKE3-team/BLAKE3/pull/507">BLAKE3-team/BLAKE3#507</a>.</li> <li>CPU feature detection on x86/x86-64 no longer requires the <code>std</code> Cargo feature in the <code>blake3</code> crate.</li> <li>Build fixes in the C implementation for macOS and Cygwin, and various improvements to the CMake build.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/BLAKE3-team/BLAKE3/commit/8b829b697fa4cfe35de35e9aa8c20b56266cb091"><code>8b829b6</code></a> version 1.8.3</li> <li><a href="https://github.com/BLAKE3-team/BLAKE3/commit/7d6e242636a9cecb5ba9a5bcfee189ca734b0350"><code>7d6e242</code></a> update to the 2024 edition</li> <li><a href="https://github.com/BLAKE3-team/BLAKE3/commit/0b64ce2aa2772c6df8b9058104924020febfd889"><code>0b64ce2</code></a> bump constant_time_eq version to 0.4.2</li> <li><a href="https://github.com/BLAKE3-team/BLAKE3/commit/890050cb9b89448a25e067349aed9734a3b03d5e"><code>890050c</code></a> Fix Cygwin build by skipping blake3_xof_many_avx512</li> <li><a href="https://github.com/BLAKE3-team/BLAKE3/commit/308b95dfa15d5a0aa8cb3c5534ffd90d76122c46"><code>308b95d</code></a> Add <code>Hash::as_slice()</code> for convenient serialization to bytes</li> <li><a href="https://github.com/BLAKE3-team/BLAKE3/commit/eae9bf376a1c4797df7be6e49e735c0a5d91dcb0"><code>eae9bf3</code></a> Revert &quot;pin <code>generic-array</code> to the un-deprecated version&quot;</li> <li><a href="https://github.com/BLAKE3-team/BLAKE3/commit/185f1db1273cff2bb7ca3adaaa76e5d542ca8d3b"><code>185f1db</code></a> pin <code>generic-array</code> to the un-deprecated version</li> <li><a href="https://github.com/BLAKE3-team/BLAKE3/commit/c54ee7e60d98418e50fd355a3be835edef107f65"><code>c54ee7e</code></a> add a warning to the --check doc</li> <li><a href="https://github.com/BLAKE3-team/BLAKE3/commit/2f341f19522ddedceb569148f49db2e1431cea2e"><code>2f341f1</code></a> update ccache reference to official release notes URL</li> <li><a href="https://github.com/BLAKE3-team/BLAKE3/commit/8bec2fbebfb4719d04d4f3bc3155afe8fa0b2818"><code>8bec2fb</code></a> chore: make some documents clearer (<a href="https://redirect.github.com/BLAKE3-team/BLAKE3/issues/528">#528</a>)</li> <li>Additional commits viewable in <a href="https://github.com/BLAKE3-team/BLAKE3/compare/1.8.2...1.8.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=blake3&package-manager=cargo&previous-version=1.8.2&new-version=1.8.3)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c036065 commit 4ca82cf

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Cargo.lock

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

0 commit comments

Comments
 (0)