Skip to content

Commit

Permalink
chore(deps): update dependency rules_proto_grpc to v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2023
1 parent bc16368 commit 6adfe5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ apple_support_dependencies()
# Loads rules required to compile proto files
http_archive(
name = "rules_proto_grpc",
sha256 = "f87d885ebfd6a1bdf02b4c4ba5bf6fb333f90d54561e4d520a8413c8d1fb7beb",
strip_prefix = "rules_proto_grpc-4.5.0",
sha256 = "c0d718f4d892c524025504e67a5bfe83360b3a982e654bc71fed7514eb8ac8ad",
strip_prefix = "rules_proto_grpc-4.6.0",
urls = [
"https://github.com/rules-proto-grpc/rules_proto_grpc/archive/4.5.0.tar.gz",
"https://github.com/rules-proto-grpc/rules_proto_grpc/archive/4.6.0.tar.gz",
],
)

Expand Down

0 comments on commit 6adfe5a

Please sign in to comment.