From b657e98398ffa435693d7c90c8e58519ff56270c Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 6 Sep 2023 22:41:00 +0000 Subject: [PATCH] chore(deps): update dependency com_github_grpc_grpc to v1.58.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 85893c58b..c873cc528 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 = "aa329c7de707a03511c88206ef4483e9346ab6336b6be4378d294060aa7400b3", + urls = ["https://github.com/grpc/grpc/archive/v1.58.0.zip"], + strip_prefix = "grpc-1.58.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 329bc8cfc..5e5135e9e 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 = "aa329c7de707a03511c88206ef4483e9346ab6336b6be4378d294060aa7400b3", + strip_prefix = "grpc-1.58.0", + urls = ["https://github.com/grpc/grpc/archive/v1.58.0.zip"], ) load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")