From b1ed18a64e0434df968b694780035b547422497b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 22:31:15 +0000 Subject: [PATCH] Update dependency com_github_grpc_grpc to v1.64.2 --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 1aa54f9..98f5e31 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -255,13 +255,13 @@ def _com_github_grpc_grpc(): maybe( http_archive, name = "com_github_grpc_grpc", - sha256 = "7f42363711eb483a0501239fd5522467b31d8fe98d70d7867c6ca7b52440d828", - strip_prefix = "grpc-1.51.0", + sha256 = "c682fc39baefc6e804d735e6b48141157b7213602cc66dbe0bf375b904d8b5f9", + strip_prefix = "grpc-1.64.2", type = "tar.gz", patch_args = ["-p1"], patches = ["@psi//bazel:patches/grpc.patch"], urls = [ - "https://github.com/grpc/grpc/archive/refs/tags/v1.51.0.tar.gz", + "https://github.com/grpc/grpc/archive/refs/tags/v1.64.2.tar.gz", ], )