Skip to content

Commit 9b15a9f

Browse files
committed
chore(deps): update dependency rules_cc
1 parent 9076d40 commit 9b15a9f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module(
2222

2323
bazel_dep(name = "platforms", version = "0.0.10")
2424
bazel_dep(name = "bazel_skylib", version = "1.7.1")
25-
bazel_dep(name = "rules_cc", version = "0.0.9")
25+
bazel_dep(name = "rules_cc", version = "0.0.12")
2626
bazel_dep(name = "abseil-cpp", version = "20240722.0", repo_name = "com_google_absl")
2727
bazel_dep(name = "protobuf", version = "28.2", repo_name = "com_google_protobuf")
2828
bazel_dep(name = "boringssl", version = "0.0.0-20230215-5c22014")

bazel/workspace0.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ def gl_cpp_workspace0(name = None):
7171
http_archive,
7272
name = "rules_cc",
7373
urls = [
74-
"https://github.com/bazelbuild/rules_cc/releases/download/0.0.9/rules_cc-0.0.9.tar.gz",
74+
"https://github.com/bazelbuild/rules_cc/releases/download/0.0.13/rules_cc-0.0.13.tar.gz",
7575
],
76-
sha256 = "2037875b9a4456dce4a79d112a8ae885bbc4aad968e6587dca6e64f3a0900cdf",
77-
strip_prefix = "rules_cc-0.0.9",
76+
sha256 = "d9bdd3ec66b6871456ec9c965809f43a0901e692d754885e89293807762d3d80",
77+
strip_prefix = "rules_cc-0.0.13",
7878
)
7979

8080
# The version of `rules_apple` loaded by gRPC is too old for Bazel 7.

0 commit comments

Comments
 (0)