From 5f1039e7ff54a1a36530bf27f92bb40fdb4114c9 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 1 Jun 2026 22:47:56 +0000 Subject: [PATCH] chore(deps): update dependency rules_cc to v0.2.19 --- bazel/workspace0.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/workspace0.bzl b/bazel/workspace0.bzl index d985707..c87b501 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.2.19/rules_cc-0.2.19.tar.gz", ], - sha256 = "f4aadd8387f381033a9ad0500443a52a0cea5f8ad1ede4369d3c614eb7b2682e", - strip_prefix = "rules_cc-0.0.15", + sha256 = "351248f6be41d18694d4d7c390aaebd9f865eea72a4758b2c9d782ae744c97f4", + strip_prefix = "rules_cc-0.2.19", ) # protobuf requires this