chore(deps): update rust crate blake3 to v1.8.6 #162

Open
noplife wants to merge 1 commit from nop/blake3-1.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Type Update Change
blake3 dev-dependencies patch 1.8.51.8.6

Release Notes

BLAKE3-team/BLAKE3 (blake3)

v1.8.6

Compare Source

version 1.8.6

Changes since 1.8.5:

  • update_mmap and update_mmap_rayon (and by extension b3sum) now
    use seek rather than metadata to get the length of a file/mapping,
    and they tolerate mmap failures. That means b3sum will now memory
    map e.g. Linux block devices, which support mapping despite reporting
    length 0 in metadata. Hashing NUL files on Windows also works now,
    where previously it was an error unless you used --no-mmap or <.
    This change was originally proposed by @​nabijaczleweli.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [blake3](https://github.com/BLAKE3-team/BLAKE3) | dev-dependencies | patch | `1.8.5` → `1.8.6` | --- ### Release Notes <details> <summary>BLAKE3-team/BLAKE3 (blake3)</summary> ### [`v1.8.6`](https://github.com/BLAKE3-team/BLAKE3/releases/tag/1.8.6) [Compare Source](https://github.com/BLAKE3-team/BLAKE3/compare/1.8.5...1.8.6) version 1.8.6 Changes since 1.8.5: - `update_mmap` and `update_mmap_rayon` (and by extension `b3sum`) now use `seek` rather than `metadata` to get the length of a file/mapping, and they tolerate `mmap` failures. That means `b3sum` will now memory map e.g. Linux block devices, which support mapping despite reporting length 0 in `metadata`. Hashing `NUL` files on Windows also works now, where previously it was an error unless you used `--no-mmap` or `<`. This change was originally proposed by [@&#8203;nabijaczleweli](https://github.com/nabijaczleweli). </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yODEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI4MS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update rust crate blake3 to v1.8.6
All checks were successful
Integration (privileged) / bench-smoke (pull_request) Successful in 2m55s
CI / shear (pull_request) Successful in 3m30s
Integration (privileged) / device-tests (pull_request) Successful in 43s
CI / deny (pull_request) Successful in 5m24s
Coverage / coverage (pull_request) Successful in 8m43s
CI / build-test (pull_request) Successful in 12m58s
Integration (privileged) / netem-comparison (pull_request) Successful in 15m31s
Integration (privileged) / dpi-undetectability (pull_request) Successful in 11m58s
Integration (privileged) / netns-tunnel-test (pull_request) Successful in 34m19s
34d5a8ec6a
All checks were successful
Integration (privileged) / bench-smoke (pull_request) Successful in 2m55s
CI / shear (pull_request) Successful in 3m30s
Integration (privileged) / device-tests (pull_request) Successful in 43s
CI / deny (pull_request) Successful in 5m24s
Coverage / coverage (pull_request) Successful in 8m43s
CI / build-test (pull_request) Successful in 12m58s
Integration (privileged) / netem-comparison (pull_request) Successful in 15m31s
Integration (privileged) / dpi-undetectability (pull_request) Successful in 11m58s
Integration (privileged) / netns-tunnel-test (pull_request) Successful in 34m19s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin nop/blake3-1.x-lockfile:nop/blake3-1.x-lockfile
git switch nop/blake3-1.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff nop/blake3-1.x-lockfile
git switch nop/blake3-1.x-lockfile
git rebase main
git switch main
git merge --ff-only nop/blake3-1.x-lockfile
git switch nop/blake3-1.x-lockfile
git rebase main
git switch main
git merge --no-ff nop/blake3-1.x-lockfile
git switch main
git merge --squash nop/blake3-1.x-lockfile
git switch main
git merge --ff-only nop/blake3-1.x-lockfile
git switch main
git merge nop/blake3-1.x-lockfile
git push origin main
Sign in to join this conversation.
No description provided.