From 7cf16c0f65eeb2f2b065f954b642206caa6ac9ab Mon Sep 17 00:00:00 2001 From: grencez Date: Mon, 16 Sep 2024 04:48:01 -0700 Subject: [PATCH] update rules_sxproto a little --- MODULE.bazel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 96c0af0..ece93b7 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -24,8 +24,8 @@ bazel_dep( ) git_override( module_name = "fildesh", - commit = "e9421ebbb546cf38bf2051d02fdc38dcf71f8216", remote = "https://github.com/fildesh/fildesh.git", + commit="74ae428975fffc3b20d99cee55431b48428b37e8", ) bazel_dep( @@ -35,6 +35,6 @@ bazel_dep( ) git_override( module_name = "rules_sxproto", - commit = "3b2c69cc8bc5e72b1da198551e16575a09513df9", remote = "https://github.com/rendezqueue/rules_sxproto.git", + commit="4e38fd2130509d8c2a3f06fc2674de926eb9d0bf", )