From 8ad842f42ccd5a2aea634f526398ffa6386e6a39 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 2 Dec 2024 21:11:51 +0000 Subject: [PATCH] chore(deps): update dependency rules_cc to v0.1.0 --- MODULE.bazel | 2 +- bazel/workspace0.bzl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index ee4e1535b3d41..c12a99238029c 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 = "29.0", 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 01d6061a01b94..1d6337c91c1be 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.15/rules_cc-0.0.15.tar.gz", + "https://github.com/bazelbuild/rules_cc/releases/download/0.1.0/rules_cc-0.1.0.tar.gz", ], - sha256 = "f4aadd8387f381033a9ad0500443a52a0cea5f8ad1ede4369d3c614eb7b2682e", - strip_prefix = "rules_cc-0.0.15", + sha256 = "4b12149a041ddfb8306a8fd0e904e39d673552ce82e4296e96fac9cbf0780e59", + strip_prefix = "rules_cc-0.1.0", ) # protobuf requires this