Skip to content

Commit

Permalink
Update UPB dep
Browse files Browse the repository at this point in the history
  • Loading branch information
deannagarcia committed Apr 28, 2023
1 parent d19c799 commit eb96482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protobuf_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def protobuf_deps():
_github_archive(
name = "upb",
repo = "https://github.com/protocolbuffers/upb",
commit = "b399576ccdb97ed37afc045327852b298e32eff3",
sha256 = "fe337a7c2b5fadebfb8e76b4cb3571c9c374efe17aab85e49f3ae71650c3ae98",
commit = "c50109929e015b5c180787385212aa32ca9a0daa",
sha256 = "e083c3bd7886c67ea1633444f4a387f02a082e2b5dd93ec8d98e37653634fcbf",
patches = ["@com_google_protobuf//build_defs:upb.patch"],
)

0 comments on commit eb96482

Please sign in to comment.