Skip to content

Commit

Permalink
Merge pull request #13421 from zhangskz/update-24-x-dep
Browse files Browse the repository at this point in the history
Update protobuf repo's upb dependency to latest 24.x commit
  • Loading branch information
zhangskz committed Jul 31, 2023
2 parents 64d9df7 + fce87eb commit e916bf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protobuf_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def protobuf_deps():
_github_archive(
name = "upb",
repo = "https://github.com/protocolbuffers/upb",
commit = "de6a2c9ddc07dd183917b7d3f6add564e214684d",
sha256 = "f49a95849ae3b1d77cc00754e68fbcd9bd651b68ea17149046b2205b4aaae896",
commit = "636b8f0c9be4091ec3c2d1b4b46536d62d922544",
sha256 = "00d658bb274a3f3f9fac7d385208813d011e588fd2cb5748b64df1f5419cd43f",
patches = ["@com_google_protobuf//build_defs:upb.patch"],
)

0 comments on commit e916bf6

Please sign in to comment.