From 46b10fe60256e553f0d093a77f0c027faa2b8232 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 17:47:14 +0000 Subject: [PATCH] chore(deps): update dependency com_github_bazelbuild_buildtools to v8 --- deps.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deps.bzl b/deps.bzl index 572cde749..e104bd58e 100644 --- a/deps.bzl +++ b/deps.bzl @@ -11,9 +11,9 @@ def dependencies(): ) http_archive( name = "com_github_bazelbuild_buildtools", - sha256 = "05c3c3602d25aeda1e9dbc91d3b66e624c1f9fdadf273e5480b489e744ca7269", - strip_prefix = "buildtools-6.4.0", - urls = ["https://github.com/bazelbuild/buildtools/archive/v6.4.0.tar.gz"], + sha256 = "573345c2039889a4001b9933a7ebde8dcaf910c47787993aecccebc3117a4425", + strip_prefix = "buildtools-8.0.3", + urls = ["https://github.com/bazelbuild/buildtools/archive/v8.0.3.tar.gz"], ) http_archive( name = "com_github_tnarg_rules_cue",