From eca8990c1fdad3db71d00a193e5d7663d9145445 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 23:08:45 +0000 Subject: [PATCH] chore(deps): update dependency aspect_bazel_lib to v2.7.4 --- e2e/workspace/WORKSPACE.bazel | 6 +++--- zig/repositories.bzl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/e2e/workspace/WORKSPACE.bazel b/e2e/workspace/WORKSPACE.bazel index 2a618d63..33ee9433 100644 --- a/e2e/workspace/WORKSPACE.bazel +++ b/e2e/workspace/WORKSPACE.bazel @@ -18,9 +18,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "aspect_bazel_lib", - sha256 = "87ab4ec479ebeb00d286266aca2068caeef1bb0b1765e8f71c7b6cfee6af4226", - strip_prefix = "bazel-lib-2.7.3", - url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.3/bazel-lib-v2.7.3.tar.gz", + sha256 = "af53283bc22420bd2047d8a442c8ec660759278eb3f8512fc640c9019ebabb1a", + strip_prefix = "bazel-lib-2.7.4", + url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.4/bazel-lib-v2.7.4.tar.gz", ) load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains") diff --git a/zig/repositories.bzl b/zig/repositories.bzl index 77f7b864..120bedb8 100644 --- a/zig/repositories.bzl +++ b/zig/repositories.bzl @@ -37,7 +37,7 @@ def rules_zig_dependencies(): name = "aspect_bazel_lib", sha256 = "87ab4ec479ebeb00d286266aca2068caeef1bb0b1765e8f71c7b6cfee6af4226", strip_prefix = "bazel-lib-2.7.3", - url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.3/bazel-lib-v2.7.3.tar.gz", + url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.4/bazel-lib-v2.7.3.tar.gz", ) ########