Skip to content

Conversation

@dependabot
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 added the dependencies Pull requests that update a dependency file label Jul 10, 2023
@zonyitoo
Copy link
Collaborator

zonyitoo commented Jul 10, 2023

@dependabot squash and merge

@dependabot dependabot bot merged commit 958176a into master Jul 10, 2023
@dependabot dependabot bot deleted the dependabot/cargo/blake3-1.4.1 branch July 10, 2023 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants