Skip to content

Commit 5dda303

Browse files
authored
chore: upgrade tar.bzl to 0.10.1 (#964)
A more modern version will soon be required, lets upgrade now to find issues. ### Changes are visible to end-users: no ### Test plan - Covered by existing test cases
1 parent d77fd88 commit 5dda303

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bazel_dep(name = "rules_pkg", version = "1.1.0")
2020
# EXEC_TOOLS_TOOLCHAIN back to @rules_python//python:exec_tools_toolchain_type.
2121
bazel_dep(name = "rules_python", version = "1.0.0")
2222
bazel_dep(name = "rules_shell", version = "0.6.1")
23-
bazel_dep(name = "tar.bzl", version = "0.5.5")
23+
bazel_dep(name = "tar.bzl", version = "0.10.1")
2424
bazel_dep(name = "with_cfg.bzl", version = "0.14.6")
2525

2626
bazel_lib_toolchains = use_extension("@tar.bzl//tar:extensions.bzl", "toolchains")

e2e/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ bazel_dep(name = "bazel_features", version = "1.38.0")
55
bazel_dep(name = "bazel_skylib", version = "1.4.2")
66
bazel_dep(name = "bazel_lib", version = "3.0.0")
77
bazel_dep(name = "rules_cc", version = "0.2.16")
8-
bazel_dep(name = "tar.bzl", version = "0.5.5")
8+
bazel_dep(name = "tar.bzl", version = "0.10.1")
99
bazel_dep(name = "rules_python", version = "1.0.0")
1010
bazel_dep(name = "platforms", version = "1.0.0")
1111
bazel_dep(name = "llvm", version = "0.7.1")

0 commit comments

Comments
 (0)