From dccde408cd1d6ce45c265fcbed948b82566cc240 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 17:33:58 +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..b4a7cae19 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 = "91727456f1338f511442c50a8d827ae245552642d63de2bc832e6d27632ec300", + strip_prefix = "buildtools-8.0.1", + urls = ["https://github.com/bazelbuild/buildtools/archive/v8.0.1.tar.gz"], ) http_archive( name = "com_github_tnarg_rules_cue",