aboutsummaryrefslogtreecommitdiffhomepage
path: root/bazel
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-10-27 07:38:39 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-10-27 07:38:39 +0200
commit0685b806831f625d49d7f954c7b1ab3d9e0ad3f8 (patch)
tree1dc96cbeb0e11492322a7e53504cbcf6d3279471 /bazel
parentb45023c86707ad6048ff0dd55de01d95d3deb3c7 (diff)
upgrade third_party/boringssl-with-bazel to latest chromium-stable-with-bazel
Diffstat (limited to 'bazel')
-rw-r--r--bazel/grpc_deps.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bazel/grpc_deps.bzl b/bazel/grpc_deps.bzl
index 03bed3593d..8626817855 100644
--- a/bazel/grpc_deps.bzl
+++ b/bazel/grpc_deps.bzl
@@ -102,7 +102,7 @@ def grpc_deps():
native.http_archive(
name = "boringssl",
# on the chromium-stable-with-bazel branch
- url = "https://boringssl.googlesource.com/boringssl/+archive/dcd3e6e6ecddf059adb48fca45bc7346a108bdd9.tar.gz",
+ url = "https://boringssl.googlesource.com/boringssl/+archive/afc30d43eef92979b05776ec0963c9cede5fb80f.tar.gz",
)
if "com_github_madler_zlib" not in native.existing_rules():