diff --git a/bazel/toolchains/proto_deps.bzl b/bazel/toolchains/proto_deps.bzl index 72b02ff090e..5ae6f0423d8 100644 --- a/bazel/toolchains/proto_deps.bzl +++ b/bazel/toolchains/proto_deps.bzl @@ -6,10 +6,10 @@ def proto_deps(): http_archive( name = "rules_proto", sha256 = "17fa03f509b0d1df05c70c174a266ab211d04b9969e41924fd07a81ea171f117", - strip_prefix = "rules_proto-cda0effe6b5af095a6886c67f90c760b83f08c48", + strip_prefix = "rules_proto-aaa54ca64e87699276b6f64e22ce800fae3637b5", urls = [ "https://cdn.confidential.cloud/constellation/cas/sha256/17fa03f509b0d1df05c70c174a266ab211d04b9969e41924fd07a81ea171f117", - "https://github.com/bazelbuild/rules_proto/archive/cda0effe6b5af095a6886c67f90c760b83f08c48.tar.gz", + "https://github.com/bazelbuild/rules_proto/archive/aaa54ca64e87699276b6f64e22ce800fae3637b5.tar.gz", ], type = "tar.gz", )