Skip to content

Commit f0acefb

Browse files
committed
minor changes
1 parent 6967640 commit f0acefb

2 files changed

Lines changed: 157 additions & 124 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ bazel_dep(name = "bazel_skylib", version = "1.8.1")
2525
bazel_dep(name = "rules_cc", version = "0.1.4")
2626
bazel_dep(name = "abseil-cpp", version = "20240722.1", repo_name = "com_google_absl")
2727
bazel_dep(name = "protobuf", version = "29.4", repo_name = "com_google_protobuf")
28-
# bazel_dep(name = "boringssl", version = "0.0.0-20230215-5c22014")
29-
bazel_dep(name = "boringssl", version = "0.20241024.0")
28+
bazel_dep(name = "boringssl", version = "0.0.0-20230215-5c22014")
3029
bazel_dep(name = "grpc", version = "1.69.0", repo_name = "com_github_grpc_grpc")
3130
bazel_dep(name = "nlohmann_json", version = "3.11.3", repo_name = "com_github_nlohmann_json")
3231
bazel_dep(name = "curl", version = "8.8.0.bcr.3", repo_name = "com_github_curl_curl")

0 commit comments

Comments
 (0)