Update upb dependency to latest commit on 22.x (#12739)

pull/12823/head
Adam Cozzette 2 years ago committed by GitHub
parent 74b12eb858
commit ff6698877a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      protobuf_deps.bzl

@ -149,7 +149,7 @@ def protobuf_deps():
_github_archive(
name = "upb",
repo = "https://github.com/protocolbuffers/upb",
commit = "f3149d5ff4564834d2c9c2661f91570b57257f8e",
sha256 = "64897eea5673256850422da0891698317bc690432c6bdb8bc112f7f4cf603339",
commit = "7af7938239bf027022e90438d4c6dbcdce007fb9",
sha256 = "99b44fe57266c897ca1d2af96e4ced314344d40f34f7f99d458ddcc76b56f827",
patches = ["@com_google_protobuf//build_defs:upb.patch"],
)

Loading…
Cancel
Save