Skip to content

Commit fbc51ea

Browse files
chore(deps): update dependency bazel_features to v1.34.0 (#5846)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bb2f123 commit fbc51ea

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module(
66
)
77

88
# Bazel Central Registry modules.
9-
bazel_dep(name = "bazel_features", version = "1.33.0")
9+
bazel_dep(name = "bazel_features", version = "1.34.0")
1010
bazel_dep(name = "rules_license", version = "1.0.0")
1111
bazel_dep(name = "rules_python", version = "1.5.3")
1212
bazel_dep(name = "rules_proto", version = "7.1.0")

MODULE.bazel.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WORKSPACE

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

66
http_archive(
77
name = "bazel_features",
8-
sha256 = "c41853e3b636c533b86bf5ab4658064e6cc9db0a3bce52cbff0629e094344ca9",
9-
strip_prefix = "bazel_features-1.33.0",
10-
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.33.0/bazel_features-v1.33.0.tar.gz",
8+
sha256 = "f08776c1430e8f35209a054f828d0985019879e554c4eb32a093e1f49bc9231e",
9+
strip_prefix = "bazel_features-1.34.0",
10+
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.34.0/bazel_features-v1.34.0.tar.gz",
1111
)
1212

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

0 commit comments

Comments
 (0)