Skip to content

Commit a49749d

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

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.37.0")
9+
bazel_dep(name = "bazel_features", version = "1.38.0")
1010
bazel_dep(name = "rules_license", version = "1.0.0")
1111
bazel_dep(name = "rules_python", version = "1.6.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 = "adc8ddf121917f197f75c5245dfa8d7b1619f10a1002e25062b093b7957f2798",
9-
strip_prefix = "bazel_features-1.37.0",
10-
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.37.0/bazel_features-v1.37.0.tar.gz",
8+
sha256 = "07271d0f6b12633777b69020c4cb1eb67b1939c0cf84bb3944dc85cc250c0c01",
9+
strip_prefix = "bazel_features-1.38.0",
10+
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.38.0/bazel_features-v1.38.0.tar.gz",
1111
)
1212

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

0 commit comments

Comments
 (0)