From 47055ae8515d2c71b3d35e46e78477e068f0d611 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 4 Feb 2026 21:08:14 +0000 Subject: [PATCH] chore(deps): update dependency com_github_grpc_grpc to v1.78.0 --- WORKSPACE.bazel | 6 +++--- bazel_example/WORKSPACE.bazel | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index 4f18f8d13..4ade0d604 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -48,9 +48,9 @@ switched_rules_by_language( # gRPC. http_archive( name = "com_github_grpc_grpc", - sha256 = "4b64cbc454cc4fd0801a2823111e1d99f519c765dfa116905740f7ca2256d085", - urls = ["https://github.com/grpc/grpc/archive/v1.51.1.zip"], - strip_prefix = "grpc-1.51.1", + sha256 = "dcaccdb284e8667f1a0b6d9aeb13ef9cea8e16aa873c606ab9c7d58be373e210", + urls = ["https://github.com/grpc/grpc/archive/v1.78.0.zip"], + strip_prefix = "grpc-1.78.0", ) load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps") diff --git a/bazel_example/WORKSPACE.bazel b/bazel_example/WORKSPACE.bazel index a7f72a347..65fd4f53b 100644 --- a/bazel_example/WORKSPACE.bazel +++ b/bazel_example/WORKSPACE.bazel @@ -27,9 +27,9 @@ protobuf_deps() http_archive( name = "com_github_grpc_grpc", - sha256 = "4b64cbc454cc4fd0801a2823111e1d99f519c765dfa116905740f7ca2256d085", - strip_prefix = "grpc-1.51.1", - urls = ["https://github.com/grpc/grpc/archive/v1.51.1.zip"], + sha256 = "dcaccdb284e8667f1a0b6d9aeb13ef9cea8e16aa873c606ab9c7d58be373e210", + strip_prefix = "grpc-1.78.0", + urls = ["https://github.com/grpc/grpc/archive/v1.78.0.zip"], ) load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")