From 3304b1593b39d63bf727b9dda45655391b4d5fb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 00:22:31 +0000 Subject: [PATCH] chore(deps): update dependency aspect_bazel_lib to v1.36.0 --- WORKSPACE | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index ffbd9087..bf14f815 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -40,11 +40,11 @@ http_archive( # breaks our usage of managed_directories http_archive( name = "aspect_bazel_lib", - sha256 = "44f4f6d1ea1fc5a79ed6ca83f875038fee0a0c47db4f9c9beed097e56f8fad03", - strip_prefix = "bazel-lib-1.34.0", + sha256 = "76febb5cf3c81f00ae1f0a197bd2d0cfecab4018b2a366eb3ea1fbf52dfc9b2f", + strip_prefix = "bazel-lib-1.36.0", urls = [ - "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.34.0.tar.gz", - "https://ghproxy.com/https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.34.0.tar.gz", + "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.36.0.tar.gz", + "https://ghproxy.com/https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.36.0.tar.gz", ] )