Skip to content

Commit 2045b9a

Browse files
chore(deps): update dependency rules_proto_grpc to v4.6.0 (#270)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a88aec1 commit 2045b9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ apple_support_dependencies()
116116
# Loads rules required to compile proto files
117117
http_archive(
118118
name = "rules_proto_grpc",
119-
sha256 = "f87d885ebfd6a1bdf02b4c4ba5bf6fb333f90d54561e4d520a8413c8d1fb7beb",
120-
strip_prefix = "rules_proto_grpc-4.5.0",
119+
sha256 = "c0d718f4d892c524025504e67a5bfe83360b3a982e654bc71fed7514eb8ac8ad",
120+
strip_prefix = "rules_proto_grpc-4.6.0",
121121
urls = [
122-
"https://github.com/rules-proto-grpc/rules_proto_grpc/archive/4.5.0.tar.gz",
122+
"https://github.com/rules-proto-grpc/rules_proto_grpc/archive/4.6.0.tar.gz",
123123
],
124124
)
125125

0 commit comments

Comments
 (0)