secretflow / yacl

YACL (Yet Another Common crypto library) is a C++ library that contains cryptography, network and io modules which other SecretFlow code depends on.
Apache License 2.0
73 stars 61 forks source link

Update dependency com_github_blake3team_blake3 to v1.5.3 #361

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
com_github_blake3team_blake3 http_archive patch 1.5.1 -> 1.5.3

Release Notes

BLAKE3-team/BLAKE3 (com_github_blake3team_blake3) ### [`v1.5.3`](https://togithub.com/BLAKE3-team/BLAKE3/releases/tag/1.5.3) [Compare Source](https://togithub.com/BLAKE3-team/BLAKE3/compare/1.5.2...1.5.3) version 1.5.3 Changes since 1.5.2: - Revert the serialization change. It was intended to be backwards compatible, but that didn't hold for non-self-describing serialization formats like bincode. See [#​414](https://togithub.com/BLAKE3-team/BLAKE3/issues/414). ### [`v1.5.2`](https://togithub.com/BLAKE3-team/BLAKE3/releases/tag/1.5.2) [Compare Source](https://togithub.com/BLAKE3-team/BLAKE3/compare/1.5.1...1.5.2) version 1.5.2 Changes since 1.5.1: - `build.rs` sets `cc::Build::emit_rerun_if_env_changed(false)` to prevent some unnecessary rebuilds, particularly when the `PATH` changes on Windows. See [#​324](https://togithub.com/BLAKE3-team/BLAKE3/issues/324). - Serializing a `Hash` produces a bytestring instead of an array in formats that support bytestrings (like CBOR). Deserialization is backwards-compatible with the array format. - Cleanup and edge case fixes in the C and CMake builds.

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.