File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -129,10 +129,10 @@ def rules_haskell_dependencies():
129129 maybe (
130130 http_archive ,
131131 name = "com_google_protobuf" ,
132- sha256 = "7c3ebd7aaedd86fa5dc479a0fda803f602caaf78d8aff7ce83b89e1b8ae7442a " ,
133- strip_prefix = "protobuf-28.3 " ,
132+ sha256 = "b6b03fbaa3a90f3d4f2a3fa4ecc41d7cd0326f92fcc920a7843f12206c8d52cd " ,
133+ strip_prefix = "protobuf-33.0 " ,
134134 urls = [
135- "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v28.3 .tar.gz" ,
135+ "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v33.0 .tar.gz" ,
136136 ],
137137 patches = [
138138 # see https://github.com/protocolbuffers/protobuf/issues/16844
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ bazel_dep(
8181)
8282bazel_dep (
8383 name = "protobuf" ,
84- version = "21.7 " ,
84+ version = "33.0 " ,
8585 repo_name = "com_google_protobuf" ,
8686)
8787bazel_dep (
You can’t perform that action at this time.
0 commit comments