From 96c7612646ed56263743a0cb97588f8ea78d8352 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 21:13:21 +0000 Subject: [PATCH] Update dependency com_github_grpc_grpc to v1.64.1 --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 1aa54f9..3ead397 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 = "c5ad277fc21d4899f0e23f6f0337d8a2190d3c66c57ca868378be7c7bfa59fec", + strip_prefix = "grpc-1.64.1", 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.1.tar.gz", ], )