diff --git a/MODULE.bazel b/MODULE.bazel index 49c3eff30369a..8ab0a4479e62f 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -22,7 +22,7 @@ module( bazel_dep(name = "platforms", version = "0.0.10") bazel_dep(name = "bazel_skylib", version = "1.7.1") -bazel_dep(name = "rules_cc", version = "0.0.9") +bazel_dep(name = "rules_cc", version = "0.1.0") bazel_dep(name = "abseil-cpp", version = "20240722.0", repo_name = "com_google_absl") bazel_dep(name = "protobuf", version = "28.3", repo_name = "com_google_protobuf") bazel_dep(name = "boringssl", version = "0.0.0-20230215-5c22014") diff --git a/bazel/workspace0.bzl b/bazel/workspace0.bzl index c5c84b61617ff..2a8e3705cd567 100644 --- a/bazel/workspace0.bzl +++ b/bazel/workspace0.bzl @@ -71,10 +71,10 @@ def gl_cpp_workspace0(name = None): http_archive, name = "rules_cc", urls = [ - "https://github.com/bazelbuild/rules_cc/releases/download/0.0.9/rules_cc-0.0.9.tar.gz", + "https://github.com/bazelbuild/rules_cc/releases/download/0.1.0/rules_cc-0.1.0.tar.gz", ], - sha256 = "2037875b9a4456dce4a79d112a8ae885bbc4aad968e6587dca6e64f3a0900cdf", - strip_prefix = "rules_cc-0.0.9", + sha256 = "4b12149a041ddfb8306a8fd0e904e39d673552ce82e4296e96fac9cbf0780e59", + strip_prefix = "rules_cc-0.1.0", ) # The version of `rules_apple` loaded by gRPC is too old for Bazel 7.