diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index 4e31b181b..75d250fa8 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -42,9 +42,9 @@ load("@io_grpc_grpc_java//:repositories.bzl", "IO_GRPC_GRPC_JAVA_ARTIFACTS", "IO # https://rules-proto-grpc.com/en/latest/#installation http_archive( name = "rules_proto_grpc", - sha256 = "2a0860a336ae836b54671cbbe0710eec17c64ef70c4c5a88ccfd47ea6e3739bd", - strip_prefix = "rules_proto_grpc-4.6.0", - urls = ["https://github.com/rules-proto-grpc/rules_proto_grpc/releases/download/4.6.0/rules_proto_grpc-4.6.0.tar.gz"], + sha256 = "38a51a3183dffa5323bbf07b7d5473fa1f06707cf59607888f36cb735ab39cd8", + strip_prefix = "rules_proto_grpc-5.0.1", + urls = ["https://github.com/rules-proto-grpc/rules_proto_grpc/releases/download/5.0.1/rules_proto_grpc-5.0.1.tar.gz"], ) load("@rules_proto_grpc//:repositories.bzl", "rules_proto_grpc_repos", "rules_proto_grpc_toolchains")