losfair / mvsqlite

Distributed, MVCC SQLite that runs on FoundationDB.
https://github.com/losfair/mvsqlite/wiki
Apache License 2.0
1.35k stars 38 forks source link

fix(deps): update rust crate blake3 to 1.5.1 - autoclosed #102

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
blake3 dependencies minor 1.3.1 -> 1.5.1

Release Notes

BLAKE3-team/BLAKE3 (blake3) ### [`v1.5.1`](https://togithub.com/BLAKE3-team/BLAKE3/releases/tag/1.5.1) [Compare Source](https://togithub.com/BLAKE3-team/BLAKE3/compare/1.5.0...1.5.1) version 1.5.1 Changes since 1.5.0: - The Rust crate is now compatible with Miri. - \~1% performance improvement on Arm NEON contributed by [@​divinity76](https://togithub.com/divinity76) ([#​384](https://togithub.com/BLAKE3-team/BLAKE3/issues/384)). - Various fixes and improvements in the CMake build. - The MSRV of b3sum is now 1.74.1. (The MSRV of the library crate is unchanged, 1.66.1.) ### [`v1.5.0`](https://togithub.com/BLAKE3-team/BLAKE3/releases/tag/1.5.0) [Compare Source](https://togithub.com/BLAKE3-team/BLAKE3/compare/1.4.1...1.5.0) version 1.5.0 Changes since 1.4.1: - The Rust crate's Hasher type has gained new helper methods for common forms of IO: update_reader, update_mmap, and update_mmap_rayon. The latter matches the default behavior of b3sum. The mmap methods are gated by the new "mmap" Cargo feature. - Most of the Rust crate's public types now implement the Zeroize trait. This is gated by the new "zeroize" Cargo feature. - The Rust crate's Hash types now implements the serde Serialize and Deserialize traits. This is gated by the new "serde" Cargo feature. - The C library now uses atomics to cache detected CPU features under most compilers other than MSVC. Previously this was a non-atomic write, which was probably "benign" but made TSan unhappy. - NEON support is now disabled by default on big-endian AArch64. Previously this was a build error if the caller didn't explicitly disable it. ### [`v1.4.1`](https://togithub.com/BLAKE3-team/BLAKE3/releases/tag/1.4.1) [Compare Source](https://togithub.com/BLAKE3-team/BLAKE3/compare/1.4.0...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](https://togithub.com/sdlyyxy) in [#​319](https://togithub.com/BLAKE3-team/BLAKE3/issues/319). - The MSRV is now 1.66.1 for both the `blake3` crate and `b3sum`. ### [`v1.4.0`](https://togithub.com/BLAKE3-team/BLAKE3/releases/tag/1.4.0) [Compare Source](https://togithub.com/BLAKE3-team/BLAKE3/compare/1.3.3...1.4.0) version 1.4.0 Changes since 1.3.3: - The C implementation provides a `CMakeLists.txt` for callers who build with CMake. The CMake build is not yet stable, and callers should expect breaking changes in patch version updates. The "by hand" build will always continue to be supported and documented. - `b3sum` supports the `--seek` flag, to set the starting position in the output stream. - `b3sum --check` prints a summary of errors to stderr. - `Hash::as_bytes` is const. - `Hash` supports `from_bytes`, which is const. ### [`v1.3.3`](https://togithub.com/BLAKE3-team/BLAKE3/releases/tag/1.3.3) [Compare Source](https://togithub.com/BLAKE3-team/BLAKE3/compare/1.3.2...1.3.3) version 1.3.3 Changes since 1.3.2: - Fix incorrect output from AVX-512 intrinsics under GCC 5.4 and 6.1 in debug mode. This bug was found in unit tests and probably doesn't affect the public API in practi[https://github.com/BLAKE3-team/BLAKE3/issues/271](https://togithub.com/BLAKE3-team/BLAKE3/issues/271)3/issues/271. ### [`v1.3.2`](https://togithub.com/BLAKE3-team/BLAKE3/releases/tag/1.3.2) [Compare Source](https://togithub.com/BLAKE3-team/BLAKE3/compare/1.3.1...1.3.2) version 1.3.2: Changes since 1.3.1: - Dependency updates only. This includes updating Clap to v4, which changes the format of the `b3sum --help` output. The new MSRV is 1.59.0 for `blake3` and 1.60.0 for `b3sum`. Note that this project doesn't have any particular MSRV policy, and we don't consider MSRV bumps to be breaking changes.

Configuration

📅 Schedule: 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 becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR has been generated by Mend Renovate. View repository job log here.