Skip to content

Commit 0b78ef2

Browse files
chore(deps): update dependency aspect_bazel_lib
1 parent c94fa2f commit 0b78ef2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module(
99
# Lower-bound dependency versions.
1010
# Do not change unless the rules no longer work with the current version.
1111
# Needed for #804 Use statically-linked bsdtar on all platforms
12-
bazel_dep(name = "aspect_bazel_lib", version = "2.6.1")
12+
bazel_dep(name = "aspect_bazel_lib", version = "2.20.0")
1313
bazel_dep(name = "bazel_skylib", version = "1.5.0")
1414
bazel_dep(name = "platforms", version = "0.0.8")
1515
bazel_dep(name = "rules_oci", version = "1.7.4")

aws/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ def rules_aws_dependencies():
3131
)
3232
http_archive(
3333
name = "aspect_bazel_lib",
34-
sha256 = "6c25c59581041ede31e117693047f972cc4700c89acf913658dc89d04c338f8d",
35-
strip_prefix = "bazel-lib-2.5.3",
36-
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.5.3/bazel-lib-v2.5.3.tar.gz",
34+
sha256 = "6d636cfdecc7f5c1a5d82b9790fb5d5d5e8aa6ea8b53a71a75f1ba53c8d29f61",
35+
strip_prefix = "bazel-lib-2.21.0",
36+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.21.0/bazel-lib-v2.21.0.tar.gz",
3737
)
3838

3939
########

0 commit comments

Comments
 (0)