Bump upb version

PiperOrigin-RevId: 490544186
test_490544827
Mike Kruskal 2 years ago committed by Copybara-Service
parent 83677a9ebb
commit 04e813577c
  1. 3
      php/ext/google/protobuf/php-upb.h
  2. 4
      protobuf_deps.bzl
  3. 3
      ruby/ext/google/protobuf_c/ruby-upb.h

@ -1144,8 +1144,11 @@ UPB_INLINE size_t upb_table_size(const upb_table* t) {
}
// Internal-only functions, in .h file only out of necessity.
UPB_INLINE bool upb_tabent_isempty(const upb_tabent* e) { return e->key == 0; }
uint32_t _upb_Hash(const void* p, size_t n, uint64_t seed);
#ifdef __cplusplus
} /* extern "C" */
#endif

@ -135,6 +135,6 @@ def protobuf_deps():
_github_archive(
name = "upb",
repo = "https://github.com/protocolbuffers/upb",
commit = "2644ae7507f8ca6c194b77fdebb71b3a57c8428c",
sha256 = "7cc1874ac409ce2c2dc71669a26471e22d5b02c340f895664aa923af08c58d19",
commit = "efb166b3b0b427052ac0b40d01b8dd078f6d3e3b",
sha256 = "75f3589154114a6e7c521b61784530dcf9347fb8f1fb103f72db4cb373064a33",
)

@ -1146,8 +1146,11 @@ UPB_INLINE size_t upb_table_size(const upb_table* t) {
}
// Internal-only functions, in .h file only out of necessity.
UPB_INLINE bool upb_tabent_isempty(const upb_tabent* e) { return e->key == 0; }
uint32_t _upb_Hash(const void* p, size_t n, uint64_t seed);
#ifdef __cplusplus
} /* extern "C" */
#endif

Loading…
Cancel
Save