Skip to content

Commit

Permalink
Update protobuf dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mkruskal-google committed Jul 11, 2023
1 parent 38d63f2 commit daff44b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bazel/workspace_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ def upb_deps():
_github_archive,
name = "com_google_protobuf",
repo = "https://github.com/protocolbuffers/protobuf",
commit = "3560e2381efc3e01e67cc895383d270cd5492e13",
sha256 = "91a2c8b35ff391531842032209ad55d320ff821848c575e87d60a73a1bccd695",
commit = "3f98af287b8b1919e1efb65d5f5851ff1e7628ce",
sha256 = "c166e5ee22b1e5432d8d9e99c322a017a2f02df62f2ca7bb12009fbbbf364b98",
patches = ["@upb//bazel:protobuf.patch"],
)

Expand Down

0 comments on commit daff44b

Please sign in to comment.