diff --git a/deps.bzl b/deps.bzl index 572cde749..43731196a 100644 --- a/deps.bzl +++ b/deps.bzl @@ -23,9 +23,9 @@ def dependencies(): ) http_archive( name = "rules_proto", - sha256 = "f5ae0e582238fcd4ea3d0146a3f5f3db9517f8fe24491eab3c105ace53aad1bb", - strip_prefix = "rules_proto-f9b0b880d1e10e18daeeb168cef9d0f8316fdcb5", - urls = ["https://github.com/bazelbuild/rules_proto/archive/f9b0b880d1e10e18daeeb168cef9d0f8316fdcb5.tar.gz"], + sha256 = "5d4aa7f27bd39d3e2bfd74ecbfe0380ab0ac8c1e08fcdbd2f1cb6b144faec95a", + strip_prefix = "rules_proto-c138c719d7bdca9805d6974c9b3a40ebf40fb840", + urls = ["https://github.com/bazelbuild/rules_proto/archive/c138c719d7bdca9805d6974c9b3a40ebf40fb840.tar.gz"], ) http_archive( name = "rules_python",