[Dep] Upgraded rule_cc to 0.0.12 (#37978)

This is needed to get protobuf upgraded to v29

Closes #37978

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37978 from veblush:rule-cc-up f91f399071
PiperOrigin-RevId: 689124821
pull/37989/head
Esun Kim 1 month ago committed by Copybara-Service
parent 1b997c5a4e
commit 357bfa7751
  1. 8
      bazel/grpc_deps.bzl

@ -98,11 +98,11 @@ def grpc_deps():
if "rules_cc" not in native.existing_rules(): if "rules_cc" not in native.existing_rules():
http_archive( http_archive(
name = "rules_cc", name = "rules_cc",
sha256 = "2037875b9a4456dce4a79d112a8ae885bbc4aad968e6587dca6e64f3a0900cdf", sha256 = "b26168b9a13f094794982b832975eaf53cefc5dced5b3be7df6b8b794dc2744b",
strip_prefix = "rules_cc-0.0.9", strip_prefix = "rules_cc-0.0.12",
urls = [ urls = [
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/bazelbuild/rules_cc/releases/download/0.0.9/rules_cc-0.0.9.tar.gz", "https://storage.googleapis.com/grpc-bazel-mirror/github.com/bazelbuild/rules_cc/releases/download/0.0.12/rules_cc-0.0.12.tar.gz",
"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.0.12/rules_cc-0.0.12.tar.gz",
], ],
) )

Loading…
Cancel
Save