From 61bf10494a5a2c26c957da1eda22210066b532d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 20:46:39 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20dependency=20platforms?= =?UTF-8?q?=20to=20v1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index d976311..849bfc6 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -5,7 +5,7 @@ module( ) # Platform support. -bazel_dep(name = "platforms", version = "0.0.10") +bazel_dep(name = "platforms", version = "1.1.0") bazel_dep(name = "rules_cc", version = "0.0.17") # Various utility functions such as path manipulations and templating.