From 48f288f088150f292b45b1f9eaa342736fc8ef22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 22:13:29 +0000 Subject: [PATCH] chore(deps): update dependency aspect_bazel_lib to v1.39.0 --- internal.bzl | 6 +++--- toolchain/repositories.bzl | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/internal.bzl b/internal.bzl index 0599d44..dc26071 100644 --- a/internal.bzl +++ b/internal.bzl @@ -35,9 +35,9 @@ def internal_dependencies(): maybe( http_archive, name = "aspect_bazel_lib", - sha256 = "d488d8ecca98a4042442a4ae5f1ab0b614f896c0ebf6e3eafff363bcc51c6e62", - strip_prefix = "bazel-lib-1.33.0", - url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.33.0.tar.gz", + sha256 = "7489849cffe8d5cf3e6326f5156e7984c7cf6a75a3a0873a5e9b24f4144ab931", + strip_prefix = "bazel-lib-1.39.0", + url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.39.0.tar.gz", ) maybe( diff --git a/toolchain/repositories.bzl b/toolchain/repositories.bzl index bb954f6..b0a3a81 100644 --- a/toolchain/repositories.bzl +++ b/toolchain/repositories.bzl @@ -36,9 +36,9 @@ def gcc_toolchain_dependencies(): maybe( http_archive, name = "aspect_bazel_lib", - sha256 = "d488d8ecca98a4042442a4ae5f1ab0b614f896c0ebf6e3eafff363bcc51c6e62", - strip_prefix = "bazel-lib-1.33.0", - url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.33.0.tar.gz", + sha256 = "7489849cffe8d5cf3e6326f5156e7984c7cf6a75a3a0873a5e9b24f4144ab931", + strip_prefix = "bazel-lib-1.39.0", + url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.39.0.tar.gz", ) maybe(