We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6026c70 commit 5c3ffb5Copy full SHA for 5c3ffb5
bazel/workspace0.bzl
@@ -146,10 +146,10 @@ def gl_cpp_workspace0(name = None):
146
http_archive,
147
name = "com_google_protobuf",
148
urls = [
149
- "https://github.com/protocolbuffers/protobuf/archive/v29.0.tar.gz",
+ "https://github.com/protocolbuffers/protobuf/archive/v29.1.tar.gz",
150
],
151
- sha256 = "10a0d58f39a1a909e95e00e8ba0b5b1dc64d02997f741151953a2b3659f6e78c",
152
- strip_prefix = "protobuf-29.0",
+ sha256 = "3d32940e975c4ad9b8ba69640e78f5527075bae33ca2890275bf26b853c0962c",
+ strip_prefix = "protobuf-29.1",
153
)
154
155
# Load BoringSSL. This could be automatically loaded by gRPC. But as of
0 commit comments