Skip to content

Commit 4a9c05c

Browse files
Update dependency com_google_protobuf to v3.21.8
1 parent a3aeaa3 commit 4a9c05c

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
@@ -44,9 +44,9 @@ http_archive(
4444

4545
http_archive(
4646
name = "com_google_protobuf",
47-
sha256 = "ce2fbea3c78147a41b2a922485d283137845303e5e1b6cbd7ece94b96ade7031",
48-
strip_prefix = "protobuf-3.21.7",
49-
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v3.21.7.tar.gz",
47+
sha256 = "543395bc2ae58e72f7be674221db08b8f14e3bd7e3a19158f76105b3b61570a0",
48+
strip_prefix = "protobuf-3.21.8",
49+
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v3.21.8.tar.gz",
5050
)
5151

5252
http_archive(

0 commit comments

Comments
 (0)