Skip to content

Commit

Permalink
Update dependency com_github_blake3team_blake3 to v1.5.3 (#361)
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 Jul 21, 2024
1 parent 253e77b commit 16df90c
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 @@ -230,11 +230,11 @@ def _com_github_blake3team_blake3():
maybe(
http_archive,
name = "com_github_blake3team_blake3",
strip_prefix = "BLAKE3-1.5.1",
sha256 = "822cd37f70152e5985433d2c50c8f6b2ec83aaf11aa31be9fe71486a91744f37",
strip_prefix = "BLAKE3-1.5.3",
sha256 = "ec9114480857334858e73b727199c573bfdbed6138a83be573f076d37e671fc1",
build_file = "@yacl//bazel:blake3.BUILD",
urls = [
"https://github.com/BLAKE3-team/BLAKE3/archive/refs/tags/1.5.1.tar.gz",
"https://github.com/BLAKE3-team/BLAKE3/archive/refs/tags/1.5.3.tar.gz",
],
)

Expand Down

0 comments on commit 16df90c

Please sign in to comment.