From 3399c31a76310b4781415216c1ce5d0b04cf71b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 11:38:13 +0000 Subject: [PATCH] chore: update dependency rules_cc to v0.2.17 --- repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repositories.bzl b/repositories.bzl index 63e4fccc87..9831b7112d 100644 --- a/repositories.bzl +++ b/repositories.bzl @@ -59,7 +59,7 @@ def rules_nodejs_dev_dependencies(): http_archive( name = "rules_cc", - sha256 = "458b658277ba51b4730ea7a2020efdf1c6dcadf7d30de72e37f4308277fa8c01", - strip_prefix = "rules_cc-0.2.16", - url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.16/rules_cc-0.2.16.tar.gz", + sha256 = "283fa1cdaaf172337898749cf4b9b1ef5ea269da59540954e51fba0e7b8f277a", + strip_prefix = "rules_cc-0.2.17", + url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.17/rules_cc-0.2.17.tar.gz", )