diff --git a/WORKSPACE b/WORKSPACE index 7a13d2c0..f620b9b9 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -199,10 +199,10 @@ cpp_grpc_library() http_archive( name = "com_github_grpc_grpc", - sha256 = "616497ee3d9e6cb95395c89a5adfca9718c5a1687842320efd1fbd04a9ad78a6", - strip_prefix = "grpc-3891e03ece195810a521ec379a512bdc2e4262cd", + sha256 = "26c9140d26ca535e7cb8b013aff93a44caa5b09dd7e6b3c5b8a191a24a3b97ce", + strip_prefix = "grpc-da3784bf898e17fec893ca14488d275a39a3052b", # Commit from 2019-05-30 - urls = ["https://github.com/grpc/grpc/archive/3891e03ece195810a521ec379a512bdc2e4262cd.tar.gz"], + urls = ["https://github.com/grpc/grpc/archive/da3784bf898e17fec893ca14488d275a39a3052b.tar.gz"], ) load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")