From aa8208b78762dc089615bbe75329a99b5994e548 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 13:36:11 +0000 Subject: [PATCH] chore(deps): update dependency tar.bzl to v0.8.0 --- tests/WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/WORKSPACE b/tests/WORKSPACE index b315d565..dab41ceb 100644 --- a/tests/WORKSPACE +++ b/tests/WORKSPACE @@ -43,7 +43,7 @@ http_archive( name = "tar.bzl", sha256 = "a0d64064a598d7a1e58196d17de0deed6d3d2d8bfe1407ed9e68b24c31c38e8d", strip_prefix = "tar.bzl-0.7.0", - url = "https://github.com/bazel-contrib/tar.bzl/releases/download/v0.7.0/tar.bzl-v0.7.0.tar.gz", + url = "https://github.com/bazel-contrib/tar.bzl/releases/download/v0.8.0/tar.bzl-v0.7.0.tar.gz", ) load("@tar.bzl//tar:extensions.bzl", "create_repositories")