Skip to content

Commit 3ea22a1

Browse files
Update dependency rules_proto_grpc to v5
1 parent f2a6b02 commit 3ea22a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@ def _com_github_pybind11():
184184
def _rules_proto_grpc():
185185
http_archive(
186186
name = "rules_proto_grpc",
187-
sha256 = "928e4205f701b7798ce32f3d2171c1918b363e9a600390a25c876f075f1efc0a",
188-
strip_prefix = "rules_proto_grpc-4.4.0",
187+
sha256 = "9fc53af99fa84c0fb5986ccd39cf2a4d24fa380718efcb407a779d108c4da228",
188+
strip_prefix = "rules_proto_grpc-5.0.0",
189189
urls = [
190-
"https://github.com/rules-proto-grpc/rules_proto_grpc/releases/download/4.4.0/rules_proto_grpc-4.4.0.tar.gz",
190+
"https://github.com/rules-proto-grpc/rules_proto_grpc/releases/download/5.0.0/rules_proto_grpc-5.0.0.tar.gz",
191191
],
192192
)
193193

0 commit comments

Comments
 (0)