From de34a203846d2ef7b6a37d4f6791cd299e83b108 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:02:06 +0000 Subject: [PATCH] Update dependency com_github_herumi_mcl to v1.86.0 --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index e139d93e..01a3e7f8 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -362,13 +362,13 @@ def _com_github_herumi_mcl(): maybe( http_archive, name = "com_github_herumi_mcl", - strip_prefix = "mcl-1.84.0", - sha256 = "dc655c2eb5b2426736d8ab92ed501de0ac78472f1ee7083919a98a8aca3e76a3", + strip_prefix = "mcl-1.86.0", + sha256 = "a3ab1cd01a6419f46210fd5874e795e37a4565fa305e0302301b31ffed208872", type = "tar.gz", build_file = "@yacl//bazel:mcl.BUILD", patch_args = ["-p1"], patches = [ "@yacl//bazel:patches/mcl.patch", ], - urls = ["https://github.com/herumi/mcl/archive/refs/tags/v1.84.0.tar.gz"], + urls = ["https://github.com/herumi/mcl/archive/refs/tags/v1.86.0.tar.gz"], )