Merge pull request #13421 from zhangskz/update-24-x-dep

Update protobuf repo's upb dependency to latest 24.x commit
pull/13430/head
zhangskz 1 year ago committed by GitHub
commit e916bf6bca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      protobuf_deps.bzl

@ -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"],
)

Loading…
Cancel
Save