From 2f668dfbb5640cae5067cd29560075a571f9c371 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 10:55:42 -0800 Subject: [PATCH] chore(deps): update dependency rules_proto to v7 (#4912) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index e4850234ba5..0101626f9e5 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -70,10 +70,10 @@ bazel_skylib_workspace() http_archive( name = "rules_proto", - sha256 = "6fb6767d1bef535310547e03247f7518b03487740c11b6c6adb7952033fe1295", - strip_prefix = "rules_proto-6.0.2", + sha256 = "0e5c64a2599a6e26c6a03d6162242d231ecc0de219534c38cb4402171def21e8", + strip_prefix = "rules_proto-7.0.2", urls = [ - "https://github.com/bazelbuild/rules_proto/archive/refs/tags/6.0.2.tar.gz", + "https://github.com/bazelbuild/rules_proto/archive/refs/tags/7.0.2.tar.gz", ], )