@@ -42,18 +42,28 @@ http_archive(
4242load ("@com_google_protobuf//:protobuf_deps.bzl" , "protobuf_deps" )
4343protobuf_deps ()
4444
45+ http_archive (
46+ name = "bazel_features" ,
47+ sha256 = "06f02b97b6badb3227df2141a4b4622272cdcd2951526f40a888ab5f43897f14" ,
48+ strip_prefix = "bazel_features-1.9.0" ,
49+ url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.9.0/bazel_features-v1.9.0.tar.gz" ,
50+ )
51+ load ("@bazel_features//:deps.bzl" , "bazel_features_deps" )
52+ bazel_features_deps ()
53+
4554##
4655# rules_proto for the proto_library rule
4756#
4857http_archive (
49- name = "rules_proto" ,
50- sha256 = "6a0b76595cb8bb97cec085c6b45c24337d30615d636f4941225c05f017690b6f " ,
51- strip_prefix = "rules_proto-25c8af9d56980df7732b2f8639c5d43ef878a6f7" ,
52- urls = [
53- "https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/25c8af9d56980df7732b2f8639c5d43ef878a6f7.tar.gz" ,
54- "https://github.com/bazelbuild/ rules_proto/archive/25c8af9d56980df7732b2f8639c5d43ef878a6f7.tar.gz " ,
55- ] ,
58+ name = "rules_proto" ,
59+ sha256 = "71fdbed00a0709521ad212058c60d13997b922a5d01dbfd997f0d57d689e7b67 " ,
60+ # Using a release candidate because the latest stable release is too old for
61+ # our needs, and we want to stay closer to the latest without pinning to a
62+ # specific commit.
63+ strip_prefix = " rules_proto-6.0.0-rc2 " ,
64+ url = "https://github.com/bazelbuild/rules_proto/releases/download/6.0.0-rc2/rules_proto-6.0.0-rc2.tar.gz" ,
5665)
57- load ("@rules_proto//proto:repositories.bzl" , "rules_proto_dependencies" , "rules_proto_toolchains" )
66+
67+ load ("@rules_proto//proto:repositories.bzl" , "rules_proto_dependencies" ,"rules_proto_toolchains" )
5868rules_proto_dependencies ()
5969rules_proto_toolchains ()
0 commit comments