Update protobuf's UPB dependency in preparation for 23.0-rc2

PiperOrigin-RevId: 527686128
pull/12599/head
Deanna Garcia 2 years ago committed by Copybara-Service
parent 51eef406b5
commit f7f003f1fd
  1. 4
      protobuf_deps.bzl

@ -151,7 +151,7 @@ def protobuf_deps():
_github_archive(
name = "upb",
repo = "https://github.com/protocolbuffers/upb",
commit = "b399576ccdb97ed37afc045327852b298e32eff3",
sha256 = "fe337a7c2b5fadebfb8e76b4cb3571c9c374efe17aab85e49f3ae71650c3ae98",
commit = "7a04b4027d737828c9c5b8be56c838d5db0db80f",
sha256 = "2444c0ce7a869ce320a57fc13d96900364ddac8b8da779e1315b5d83fc38bbc1",
patches = ["@com_google_protobuf//build_defs:upb.patch"],
)

Loading…
Cancel
Save