Skip to content

Commit

Permalink
[Deps] Backport: Protobuf upgrade to v26.1 (#36353)
Browse files Browse the repository at this point in the history
Backport of #36323 and
#36230

---------

Co-authored-by: Xuan Wang <xuanwn@google.com>
  • Loading branch information
veblush and XuanWang-Amos committed Apr 13, 2024
1 parent bc470e4 commit 81a913e
Show file tree
Hide file tree
Showing 711 changed files with 55,153 additions and 51,703 deletions.
89 changes: 35 additions & 54 deletions CMakeLists.txt

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 16 additions & 8 deletions Package.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions bazel/grpc_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 +263,12 @@ def grpc_deps():
if "com_google_protobuf" not in native.existing_rules():
http_archive(
name = "com_google_protobuf",
sha256 = "70f480fe9cb0c6829dbf6be3c388103313aacb65de667b86d981bbc9eaedb905",
strip_prefix = "protobuf-7f94235e552599141950d7a4a3eaf93bc87d1b22",
sha256 = "387478260190c540388839a3449c635a69708d92fc38ea6e2364b1196db90ea5",
strip_prefix = "protobuf-2434ef2adf0c74149b9d547ac5fb545a1ff8b6b5",
urls = [
# https://github.com/protocolbuffers/protobuf/commits/v25.0
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/protocolbuffers/protobuf/archive/7f94235e552599141950d7a4a3eaf93bc87d1b22.tar.gz",
"https://github.com/protocolbuffers/protobuf/archive/7f94235e552599141950d7a4a3eaf93bc87d1b22.tar.gz",
# https://github.com/protocolbuffers/protobuf/commits/v26.1
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/protocolbuffers/protobuf/archive/2434ef2adf0c74149b9d547ac5fb545a1ff8b6b5.tar.gz",
"https://github.com/protocolbuffers/protobuf/archive/2434ef2adf0c74149b9d547ac5fb545a1ff8b6b5.tar.gz",
],
patches = [
"@com_github_grpc_grpc//third_party:protobuf.patch",
Expand Down

0 comments on commit 81a913e

Please sign in to comment.