Skip to content

Commit

Permalink
chore(deps): update dependency rules_proto_grpc to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 26, 2024
1 parent f17d37f commit b46b7e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ def _libpsi():
def _rules_proto_grpc():
http_archive(
name = "rules_proto_grpc",
sha256 = "2a0860a336ae836b54671cbbe0710eec17c64ef70c4c5a88ccfd47ea6e3739bd",
strip_prefix = "rules_proto_grpc-4.6.0",
sha256 = "9fc53af99fa84c0fb5986ccd39cf2a4d24fa380718efcb407a779d108c4da228",
strip_prefix = "rules_proto_grpc-5.0.0",
urls = [
"https://github.com/rules-proto-grpc/rules_proto_grpc/releases/download/4.6.0/rules_proto_grpc-4.6.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",
],
)

Expand Down

0 comments on commit b46b7e6

Please sign in to comment.