From 60eab38046935932fbd6654377e95449e961a121 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 04:51:54 +0000 Subject: [PATCH] Update dependency com_github_grpc_grpc to v1.65.5 --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 45ba1c1..2e97f5a 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 = "bdab9cb52e3ee703d6c09d15716bcc10a150b2e9e414182e5b375d32050dba84", + strip_prefix = "grpc-1.65.5", 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.65.5.tar.gz", ], )