Skip to content

Commit

Permalink
Update dependency com_github_blake3team_blake3 to v1.5.4 (#375)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent 0e35bc9 commit c9a9e3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
)

Expand Down

0 comments on commit c9a9e3b

Please sign in to comment.