Skip to content

Commit 47cb067

Browse files
chore(deps): update dependency bazel_features to v1.43.0
1 parent 060e6e8 commit 47cb067

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

WORKSPACE.bazel

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

1010
http_archive(
1111
name = "bazel_features",
12-
sha256 = "966c211ec42c4deb2af4c6dd6948408100b752f61753c97055bdac9bfb5cc0c7",
13-
strip_prefix = "bazel_features-1.41.0",
14-
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.41.0/bazel_features-v1.41.0.tar.gz",
12+
sha256 = "c26b4e69cf02fea24511a108d158188b9d8174426311aac59ce803a78d107648",
13+
strip_prefix = "bazel_features-1.43.0",
14+
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.43.0/bazel_features-v1.43.0.tar.gz",
1515
)
1616

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

0 commit comments

Comments
 (0)