Skip to content

Commit 3f61395

Browse files
chore(deps): update dependency rules_proto to v7.1.0 (#5076)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c559ea0 commit 3f61395

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ bazel_skylib_workspace()
7070

7171
http_archive(
7272
name = "rules_proto",
73-
sha256 = "798377bf1093d30cd740d347d1ec58c63701a32306daea44eb3b54459eef4494",
74-
strip_prefix = "rules_proto-7.0.3",
73+
sha256 = "14a225870ab4e91869652cfd69ef2028277fc1dc4910d65d353b62d6e0ae21f4",
74+
strip_prefix = "rules_proto-7.1.0",
7575
urls = [
76-
"https://github.com/bazelbuild/rules_proto/archive/refs/tags/7.0.3.tar.gz",
76+
"https://github.com/bazelbuild/rules_proto/archive/refs/tags/7.1.0.tar.gz",
7777
],
7878
)
7979

0 commit comments

Comments
 (0)