diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index dce14548..6021f005 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -9,9 +9,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "bazel_features", - sha256 = "966c211ec42c4deb2af4c6dd6948408100b752f61753c97055bdac9bfb5cc0c7", - strip_prefix = "bazel_features-1.41.0", - url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.41.0/bazel_features-v1.41.0.tar.gz", + sha256 = "5450bfb2c8b4bc961c75368838f86156f563cc9adef1be7d504fc5619d54daab", + strip_prefix = "bazel_features-1.51.0", + url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.51.0/bazel_features-v1.51.0.tar.gz", ) load("@bazel_features//:deps.bzl", "bazel_features_deps")