Update upb dependency (#13271)

Closes #13271

COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/13271 from mkruskal-google:main 8fbcf76d25
PiperOrigin-RevId: 547269038
pull/13269/head
Mike Kruskal 1 year ago committed by Copybara-Service
parent 3f98af287b
commit 9d43502e10
  1. 22348
      php/ext/google/protobuf/php-upb.c
  2. 2660
      php/ext/google/protobuf/php-upb.h
  3. 3
      protobuf_deps.bzl
  4. 13852
      ruby/ext/google/protobuf_c/ruby-upb.c
  5. 3888
      ruby/ext/google/protobuf_c/ruby-upb.h

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -150,6 +150,7 @@ def protobuf_deps():
_github_archive(
name = "upb",
repo = "https://github.com/protocolbuffers/upb",
commit = "0ea9f73be35e35db242ccc65aa9c87487b792324",
commit = "f7e25ebfd1cd91afe202692e50d41026e48df9a9",
sha256 = "ded67aacfcc7c7f1463659e22494b1da132d4888d1c6d0388180e05b0c818077",
patches = ["@com_google_protobuf//build_defs:upb.patch"],
)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save