From 0685b806831f625d49d7f954c7b1ab3d9e0ad3f8 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Sat, 27 Oct 2018 07:38:39 +0200 Subject: upgrade third_party/boringssl-with-bazel to latest chromium-stable-with-bazel --- bazel/grpc_deps.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bazel') 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(): -- cgit v1.2.3