Skip to content

Commit 1923c55

Browse files
Update dependency com_google_protobuf to v32
1 parent 270ab1a commit 1923c55

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
@@ -33,9 +33,9 @@ http_archive(
3333

3434
http_archive(
3535
name = "com_google_protobuf",
36-
sha256 = "7c3ebd7aaedd86fa5dc479a0fda803f602caaf78d8aff7ce83b89e1b8ae7442a",
37-
strip_prefix = "protobuf-28.3",
38-
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v28.3.tar.gz",
36+
sha256 = "d2081ab9528292f7980ef2d88d2be472453eea4222141046ad4f660874d5f24e",
37+
strip_prefix = "protobuf-32.1",
38+
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v32.1.tar.gz",
3939
)
4040

4141
http_archive(

0 commit comments

Comments
 (0)