From c9a9e3b4b862b7629c4b1de4dff882e7ec1828ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 13:19:38 +0800 Subject: [PATCH] Update dependency com_github_blake3team_blake3 to v1.5.4 (#375) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index bc57946..f8c8d97 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -247,11 +247,11 @@ def _com_github_blake3team_blake3(): maybe( http_archive, name = "com_github_blake3team_blake3", - strip_prefix = "BLAKE3-1.5.3", - sha256 = "ec9114480857334858e73b727199c573bfdbed6138a83be573f076d37e671fc1", + strip_prefix = "BLAKE3-1.5.4", + sha256 = "ddd24f26a31d23373e63d9be2e723263ac46c8b6d49902ab08024b573fd2a416", build_file = "@yacl//bazel:blake3.BUILD", urls = [ - "https://github.com/BLAKE3-team/BLAKE3/archive/refs/tags/1.5.3.tar.gz", + "https://github.com/BLAKE3-team/BLAKE3/archive/refs/tags/1.5.4.tar.gz", ], )