File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ bazel_dep(name = "rules_license", version = "1.0.0")
2929bazel_dep (name = "rules_rust" , version = "0.67.0" )
3030bazel_dep (name = "rules_shell" , version = "0.6.1" )
3131bazel_dep (name = "abseil-cpp" , version = "20250814.1" , repo_name = "com_google_absl" )
32- bazel_dep (name = "boringssl" , version = "0.20251110 .0" )
32+ bazel_dep (name = "boringssl" , version = "0.20251124 .0" )
3333
3434# TODO: Remove when protobuf is released with a version of rules_python that supports 8.x
3535bazel_dep (name = "rules_python" , version = "1.7.0" )
Original file line number Diff line number Diff line change @@ -268,9 +268,9 @@ http_archive(
268268
269269http_archive (
270270 name = "boringssl" ,
271- sha256 = "1d3b33e4a8b935cb72825d8b911f0c90d123a20b4251545030ef06deb64414c9 " ,
272- strip_prefix = "boringssl-0.20251110 .0" ,
273- urls = ["https://github.com/google/boringssl/releases/download/0.20251110 .0/boringssl-0.20251110 .0.tar.gz" ],
271+ sha256 = "d47f89b894bf534c82071d7426c5abf1e5bd044fee242def53cd5d3d0f656c09 " ,
272+ strip_prefix = "boringssl-0.20251124 .0" ,
273+ urls = ["https://github.com/google/boringssl/releases/download/0.20251124 .0/boringssl-0.20251124 .0.tar.gz" ],
274274)
275275
276276http_archive (
You can’t perform that action at this time.
0 commit comments