fix(deps): update rust crate blake3 to v1.8.3 #21

Merged
kjuulh merged 1 commits from renovate/all into main 2026-01-09 02:43:50 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
blake3 dependencies patch 1.8.2 -> 1.8.3

Release Notes

BLAKE3-team/BLAKE3 (blake3)

v1.8.3

Compare Source

version 1.8.3

Changes since 1.8.2:

  • Add Hash::as_slice.
  • Update to the 2024 Edition and bump the MSRV to 1.85.
  • Fix a set of Miri failures in the intrinsics implementations. We were
    computing (though not dereferencing) an out-of-bounds pointer using
    add rather than wrapping_add. I'm not aware of any observable
    consequences of this bug. See https://github.com/BLAKE3-team/BLAKE3/pull/507.
  • CPU feature detection on x86/x86-64 no longer requires the std Cargo
    feature in the blake3 crate.
  • Build fixes in the C implementation for macOS and Cygwin, and various
    improvements to the CMake build.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [blake3](https://github.com/BLAKE3-team/BLAKE3) | dependencies | patch | `1.8.2` -> `1.8.3` | --- ### Release Notes <details> <summary>BLAKE3-team/BLAKE3 (blake3)</summary> ### [`v1.8.3`](https://github.com/BLAKE3-team/BLAKE3/releases/tag/1.8.3) [Compare Source](https://github.com/BLAKE3-team/BLAKE3/compare/1.8.2...1.8.3) version 1.8.3 Changes since 1.8.2: - Add `Hash::as_slice`. - Update to the 2024 Edition and bump the MSRV to 1.85. - Fix a set of Miri failures in the intrinsics implementations. We were computing (though not dereferencing) an out-of-bounds pointer using `add` rather than `wrapping_add`. I'm not aware of any observable consequences of this bug. See https://github.com/BLAKE3-team/BLAKE3/pull/507. - CPU feature detection on x86/x86-64 no longer requires the `std` Cargo feature in the `blake3` crate. - Build fixes in the C implementation for macOS and Cygwin, and various improvements to the CMake build. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2026-01-09 02:43:48 +01:00
fix(deps): update rust crate blake3 to v1.8.3
Some checks failed
continuous-integration/drone/pr Build encountered an error
continuous-integration/drone/push Build encountered an error
432ed5b586
kjuulh scheduled this pull request to auto merge when all checks succeed 2026-01-09 02:43:48 +01:00
kjuulh merged commit 432ed5b586 into main 2026-01-09 02:43:50 +01:00
kjuulh deleted branch renovate/all 2026-01-09 02:43:50 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/noil#21