diff --git a/MODULE.bazel b/MODULE.bazel index 937a6a2..619f99e 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -9,7 +9,7 @@ module( bazel_dep(name = "protobuf", version = "27.1", repo_name = "com_google_protobuf") bazel_dep(name = "bazel_skylib", version = "1.3.0") -bazel_dep(name = "rules_cc", version = "0.0.14") +bazel_dep(name = "rules_cc", version = "0.0.15") bazel_dep(name = "rules_license", version = "0.0.7") # Dependencies needed in tests diff --git a/proto/repositories.bzl b/proto/repositories.bzl index bd9ed70..281f8cf 100644 --- a/proto/repositories.bzl +++ b/proto/repositories.bzl @@ -52,9 +52,9 @@ def rules_proto_dependencies(): maybe( http_archive, name = "rules_cc", - urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.14/rules_cc-0.0.14.tar.gz"], - sha256 = "906e89286acc67c20819c3c88b3283de0d5868afda33635d70acae0de9777bb7", - strip_prefix = "rules_cc-0.0.14", + urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.15/rules_cc-0.0.15.tar.gz"], + sha256 = "f4aadd8387f381033a9ad0500443a52a0cea5f8ad1ede4369d3c614eb7b2682e", + strip_prefix = "rules_cc-0.0.15", ) maybe(