From 7a1637d948ebc343e67df1b09f38ae5ad1a4a323 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 00:57:35 +0000 Subject: [PATCH] Update dependency com_github_grpc_grpc to v1.68.0 --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index a2e01d5..4aef2ef 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -227,13 +227,13 @@ def _com_github_grpc_grpc(): maybe( http_archive, name = "com_github_grpc_grpc", - sha256 = "7f42363711eb483a0501239fd5522467b31d8fe98d70d7867c6ca7b52440d828", - strip_prefix = "grpc-1.51.0", + sha256 = "86f0f28b75b1562c82b7fc5d436b4f5f5da6cb8d67f59e9fec5f8aa1fe924037", + strip_prefix = "grpc-1.68.0", 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.68.0.tar.gz", ], )