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")