We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a6b02 commit 3ea22a1Copy full SHA for 3ea22a1
bazel/repositories.bzl
@@ -184,10 +184,10 @@ def _com_github_pybind11():
184
def _rules_proto_grpc():
185
http_archive(
186
name = "rules_proto_grpc",
187
- sha256 = "928e4205f701b7798ce32f3d2171c1918b363e9a600390a25c876f075f1efc0a",
188
- strip_prefix = "rules_proto_grpc-4.4.0",
+ sha256 = "9fc53af99fa84c0fb5986ccd39cf2a4d24fa380718efcb407a779d108c4da228",
+ strip_prefix = "rules_proto_grpc-5.0.0",
189
urls = [
190
- "https://github.com/rules-proto-grpc/rules_proto_grpc/releases/download/4.4.0/rules_proto_grpc-4.4.0.tar.gz",
+ "https://github.com/rules-proto-grpc/rules_proto_grpc/releases/download/5.0.0/rules_proto_grpc-5.0.0.tar.gz",
191
],
192
)
193
0 commit comments