aboutsummaryrefslogtreecommitdiffhomepage
path: root/bazel
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-06-01 10:07:26 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-08-07 14:28:40 +0200
commite8c3bf00bceafae7a2465b94936d4e895ddc5815 (patch)
treed5313b987f928c15c8bd588e5e023dd158aa2bf7 /bazel
parent0ff1249d4d18d418777219460ca7065827e19b51 (diff)
update grpc_deps.bzl
Diffstat (limited to 'bazel')
-rw-r--r--bazel/grpc_deps.bzl6
1 files changed, 3 insertions, 3 deletions
diff --git a/bazel/grpc_deps.bzl b/bazel/grpc_deps.bzl
index 7c349dbcdc..faac0c1821 100644
--- a/bazel/grpc_deps.bzl
+++ b/bazel/grpc_deps.bzl
@@ -116,9 +116,9 @@ def grpc_deps():
if "com_google_protobuf" not in native.existing_rules():
native.http_archive(
name = "com_google_protobuf",
- strip_prefix = "protobuf-b5fbb742af122b565925987e65c08957739976a7",
- url = "https://github.com/google/protobuf/archive/b5fbb742af122b565925987e65c08957739976a7.tar.gz",
- )
+ strip_prefix = "protobuf-ab8edf1dbe2237b4717869eaab11a2998541ad8d",
+ url = "https://github.com/google/protobuf/archive/ab8edf1dbe2237b4717869eaab11a2998541ad8d.tar.gz",
+ )
if "com_github_nanopb_nanopb" not in native.existing_rules():
native.new_http_archive(