Skip to content

Commit 6b8301c

Browse files
chore(deps): update dependency bazel_features to v1.42.0
1 parent 8fa06ea commit 6b8301c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tests/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2727

2828
http_archive(
2929
name = "bazel_features",
30-
sha256 = "966c211ec42c4deb2af4c6dd6948408100b752f61753c97055bdac9bfb5cc0c7",
31-
strip_prefix = "bazel_features-1.41.0",
32-
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.41.0/bazel_features-v1.41.0.tar.gz",
30+
sha256 = "5d7bd1c44051cca8a9e0842eda9a5c223f2cb7264202022ff20ee77dcb3fb275",
31+
strip_prefix = "bazel_features-1.42.0",
32+
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.42.0/bazel_features-v1.42.0.tar.gz",
3333
)
3434

3535
load("@bazel_features//:deps.bzl", "bazel_features_deps")

toolchain/deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ def bazel_toolchain_dependencies():
3939
if not native.existing_rule("bazel_features"):
4040
http_archive(
4141
name = "bazel_features",
42-
sha256 = "966c211ec42c4deb2af4c6dd6948408100b752f61753c97055bdac9bfb5cc0c7",
43-
strip_prefix = "bazel_features-1.41.0",
44-
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.41.0/bazel_features-v1.41.0.tar.gz",
42+
sha256 = "5d7bd1c44051cca8a9e0842eda9a5c223f2cb7264202022ff20ee77dcb3fb275",
43+
strip_prefix = "bazel_features-1.42.0",
44+
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.42.0/bazel_features-v1.42.0.tar.gz",
4545
)
4646

4747
# Load helly25_bzl for version comparisons.

0 commit comments

Comments
 (0)