From d4136c343878f1c2a81831db612764ab1169f30f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 18:37:34 +0000 Subject: [PATCH] chore(deps): update dependency aspect_bazel_lib to v2.9.1 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index a4015c0..ea5d112 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -25,9 +25,9 @@ http_archive( # Must-have for building macros & rules http_archive( name = "aspect_bazel_lib", - sha256 = "da67c6a785cdc10faf960a22c44501fe6be357a6ebd2bd6101560f9c2a9e06b3", - strip_prefix = "bazel-lib-2.9.0", - url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.9.0/bazel-lib-v2.9.0.tar.gz", + sha256 = "f93d386d8d0b0149031175e81df42a488be4267c3ca2249ba5321c23c60bc1f0", + strip_prefix = "bazel-lib-2.9.1", + url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.9.1/bazel-lib-v2.9.1.tar.gz", ) # Base for JS