Skip to content

Commit 1e183cd

Browse files
chore(deps): update dependency boringssl to v0.20260616.0
1 parent fedcb4a commit 1e183cd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

tests/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ bazel_dep(name = "rules_license", version = "1.0.0")
2929
bazel_dep(name = "rules_rust", version = "0.70.0")
3030
bazel_dep(name = "rules_shell", version = "0.8.0")
3131
bazel_dep(name = "abseil-cpp", version = "20250814.2", repo_name = "com_google_absl")
32-
bazel_dep(name = "boringssl", version = "0.20260526.0")
32+
bazel_dep(name = "boringssl", version = "0.20260616.0")
3333
single_version_override(
3434
module_name = "boringssl",
3535
patches = ["//:boringssl-20260413.0.patch"],

tests/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,9 +338,9 @@ http_archive(
338338
name = "boringssl",
339339
patch_args = ["-p1"],
340340
patches = ["//:boringssl-20260413.0.patch"],
341-
sha256 = "6c94f115372978f4505df8280522111c03f2ec4efbdf2dcc713cb8cf1fa9aaab",
342-
strip_prefix = "boringssl-0.20260526.0",
343-
urls = ["https://github.com/google/boringssl/releases/download/0.20260526.0/boringssl-0.20260526.0.tar.gz"],
341+
sha256 = "d1c599485fd1919d75ea2925af5fff81c1d5b21ab2f0d41fee1f788b1d917159",
342+
strip_prefix = "boringssl-0.20260616.0",
343+
urls = ["https://github.com/google/boringssl/releases/download/0.20260616.0/boringssl-0.20260616.0.tar.gz"],
344344
)
345345

346346
http_archive(

0 commit comments

Comments
 (0)