diff --git a/deps.bzl b/deps.bzl index 572cde749..5edbd0790 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 = "5a6623adaca06d7bc2124ce63baaac322c3b7060223c2706dcb44f62d4fd3f8c", + strip_prefix = "rules_proto-3e0805d48c5db408c89b4949a680d580ed2701bf", + urls = ["https://github.com/bazelbuild/rules_proto/archive/3e0805d48c5db408c89b4949a680d580ed2701bf.tar.gz"], ) http_archive( name = "rules_python",