Update upb dependency (#12907)

pull/12910/head
Mike Kruskal 2 years ago committed by GitHub
parent 91e5e6e76d
commit 45ddc11b50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      protobuf_deps.bzl

@ -151,7 +151,7 @@ def protobuf_deps():
_github_archive(
name = "upb",
repo = "https://github.com/protocolbuffers/upb",
commit = "61a97efa24a5ce01fb8cc73c9d1e6e7060f8ea98",
sha256 = "0c57aac04d62eeabe097513593c800a99aa3f5d8ac1e7871c7afadbe1d39851a",
commit = "e8161b8d42d057a95cf38ea7bce223f84f24a656",
sha256 = "8de5c7e3210687fcea2d0a18e1ba1bca1f1f3a042e1f0bac06d93a12391c0050",
patches = ["@com_google_protobuf//build_defs:upb.patch"],
)

Loading…
Cancel
Save