File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,14 @@ DEPS = {
99 #"tag": "v1.0.1",
1010 },
1111
12- # Hooray! The boringssl team provides a "master-with-bazel" branch
13- # with all BUILD files ready to go. To update, pick the
14- # newest-ish commit-id off that branch.
12+ # Hooray! The boringssl team provides "master-with-bazel" and
13+ # "chromium-stable-with-bazel" branches with the BUILD files ready
14+ # to go. To update, pick the newest-ish commit-id off that
15+ # branch.
1516 "boringssl" : {
1617 "rule" : "git_repository" ,
1718 "remote" : "https://boringssl.googlesource.com/boringssl" ,
18- "commit" : "14443198abcfc48f0420011a636b220e58e18610 " , # Nov 11 2016
19+ "commit" : "8d8d1ca8e1f1a34a2167f59e2b0ca09c623b160f " , # Jun 07 2017
1920 },
2021
2122 # libssl is required for c++ grpc where it is expected in
You can’t perform that action at this time.
0 commit comments