diff --git a/deps.bzl b/deps.bzl index b449e581..1b8a46f4 100644 --- a/deps.bzl +++ b/deps.bzl @@ -17,9 +17,9 @@ def dependencies(): ) http_archive( name = "rules_proto", - sha256 = "0728e5414a3aaeb1edd3cf7b68f42920892245ca04176d2db2fd911193155b3d", - strip_prefix = "rules_proto-83da40714cf72a18b4a052d2b421f9668fa4ab69", - urls = ["https://github.com/bazelbuild/rules_proto/archive/83da40714cf72a18b4a052d2b421f9668fa4ab69.tar.gz"], + sha256 = "5c990daf8152e1e5472bf90d54aeb0f2df68e85d08a53364bbbc7d5ca3c58473", + strip_prefix = "rules_proto-1bcd19117fd3f9215da10bfca9b70810d04b93fd", + urls = ["https://github.com/bazelbuild/rules_proto/archive/1bcd19117fd3f9215da10bfca9b70810d04b93fd.tar.gz"], ) http_archive( name = "rules_python",