From d106feff1960e1e38d9965a4c631973a45a168f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 22:37:21 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20dependency=20rules=5Fru?= =?UTF-8?q?st=20to=20v0.73.0?= 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..d997993 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -19,7 +19,7 @@ bazel_dep(name = "stardoc", version = "0.7.2", dev_dependency = False) # TODO(aaronmondal): We don't actually use this. Fix LRE upstream to make this # import optional. -bazel_dep(name = "rules_rust", version = "0.56.0") +bazel_dep(name = "rules_rust", version = "0.73.0") # The LLVM project. We override the specific commit below. bazel_dep(name = "llvm-project-overlay", version = "17-init-bcr.3")