Use a newer version of rules_proto, with the new rule `proto_descriptor_set` (#8469)
diff --git a/protobuf_deps.bzl b/protobuf_deps.bzl
index a950085..a4945b3 100644
--- a/protobuf_deps.bzl
+++ b/protobuf_deps.bzl
@@ -51,9 +51,9 @@
if not native.existing_rule("rules_proto"):
http_archive(
name = "rules_proto",
- sha256 = "aa1ee19226f707d44bee44c720915199c20c84a23318bb0597ed4e5c873ccbd5",
- strip_prefix = "rules_proto-40298556293ae502c66579620a7ce867d5f57311",
- urls = ["https://github.com/bazelbuild/rules_proto/archive/40298556293ae502c66579620a7ce867d5f57311.tar.gz"],
+ sha256 = "a4382f78723af788f0bc19fd4c8411f44ffe0a72723670a34692ffad56ada3ac",
+ strip_prefix = "rules_proto-f7a30f6f80006b591fa7c437fe5a951eb10bcbcf",
+ urls = ["https://github.com/bazelbuild/rules_proto/archive/f7a30f6f80006b591fa7c437fe5a951eb10bcbcf.zip"],
)
if not native.existing_rule("rules_python"):