From df29fa7d6ac8e7711e34e949bf147f43e0399811 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 22:56:42 +0000 Subject: [PATCH] chore(deps): update dependency aspect_bazel_lib to v1.31.2 --- internal.bzl | 6 +++--- toolchain/repositories.bzl | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/internal.bzl b/internal.bzl index 1f2a4ef..f44ddd7 100644 --- a/internal.bzl +++ b/internal.bzl @@ -35,9 +35,9 @@ def internal_dependencies(): maybe( http_archive, name = "aspect_bazel_lib", - sha256 = "ee95bbc80f9ca219b93a8cc49fa19a2d4aa8649ddc9024f46abcdd33935753ca", - strip_prefix = "bazel-lib-1.29.2", - url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.29.2.tar.gz", + sha256 = "0da75299c5a52737b2ac39458398b3f256e41a1a6748e5457ceb3a6225269485", + strip_prefix = "bazel-lib-1.31.2", + url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.31.2.tar.gz", ) maybe( diff --git a/toolchain/repositories.bzl b/toolchain/repositories.bzl index 6237df9..61d9ffe 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 = "ee95bbc80f9ca219b93a8cc49fa19a2d4aa8649ddc9024f46abcdd33935753ca", - strip_prefix = "bazel-lib-1.29.2", - url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.29.2.tar.gz", + sha256 = "0da75299c5a52737b2ac39458398b3f256e41a1a6748e5457ceb3a6225269485", + strip_prefix = "bazel-lib-1.31.2", + url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.31.2.tar.gz", ) maybe(