From a63b44d2610b96ef3ada95b302acfeed0f5535e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 22:24:06 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20dependency=20platforms?= =?UTF-8?q?=20to=20v0.0.11?= 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..e0d0409 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 = "0.0.11") bazel_dep(name = "rules_cc", version = "0.0.17") # Various utility functions such as path manipulations and templating.