Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump blake3 from 1.4.0 to 1.4.1 #313

Merged
merged 1 commit into from
Jul 18, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 10, 2023

Bumps blake3 from 1.4.0 to 1.4.1.

Release notes

Sourced from blake3's releases.

1.4.1

version 1.4.1

Changes since 1.4.0:

  • Improved performance in the ARM NEON implementation for both C and Rust callers. This affects AArch64 targets by default and ARMv7 targets that explicitly enable (and support) NEON. The size of the improvement depends on the microarchitecture, but I've benchmarked ~1.3x on a Cortex-A53 and ~1.2x on an Apple M1. Contributed by @​sdlyyxy in #319.
  • The MSRV is now 1.66.1 for both the blake3 crate and b3sum.
Commits
  • 760ed6a version 1.4.1
  • 99af1ff update constant_time_eq to v0.3.0
  • f7e1a74 retain the old NEON rotations in inline comments
  • 7038dad NEON rot7/rot12 use shl+sri
  • a03b7af NEON: only use __builtin_shufflevector on clang
  • 38a06e7 Improve NEON rot16/rot8
  • e47e570 Fix typo exendable -> extendable
  • 3f396d2 build(CMake): Rework NEON detection
  • 74220e2 correct the VERSION in CMakeLists.txt
  • 072bef5 build(CMake): Fix pkg-config directory specification
  • See full diff in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [blake3](https://github.com/BLAKE3-team/BLAKE3) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases)
- [Commits](BLAKE3-team/BLAKE3@1.4.0...1.4.1)

---
updated-dependencies:
- dependency-name: blake3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from msrd0 July 10, 2023 04:54
@msrd0 msrd0 merged commit 5f2e7b4 into main Jul 18, 2023
4 checks passed
@msrd0 msrd0 deleted the dependabot/cargo/blake3-1.4.1 branch July 18, 2023 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant