Skip to content

Commit 9aa8c9a

Browse files
committed
chore(bazel): update dependencies
1 parent 367bbc1 commit 9aa8c9a

File tree

2 files changed

+1015
-392
lines changed

2 files changed

+1015
-392
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ use_repo(
1010
"civetweb",
1111
)
1212

13-
bazel_dep(name = "boringssl", version = "0.0.0-20230215-5c22014")
13+
bazel_dep(name = "boringssl", version = "0.0.0-20240530-2db0eb3")
1414
bazel_dep(name = "curl", version = "8.7.1", repo_name = "com_github_curl")
15-
bazel_dep(name = "platforms", version = "0.0.8")
15+
bazel_dep(name = "platforms", version = "0.0.10")
1616
bazel_dep(name = "rules_cc", version = "0.0.9")
17-
bazel_dep(name = "zlib", version = "1.3")
17+
bazel_dep(name = "zlib", version = "1.3.1")
1818

1919
bazel_dep(name = "google_benchmark", version = "1.8.3", dev_dependency = True, repo_name = "com_github_google_benchmark")
2020
bazel_dep(name = "googletest", version = "1.12.1", dev_dependency = True, repo_name = "com_google_googletest")

0 commit comments

Comments
 (0)