Skip to content

Commit

Permalink
Update upb dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mkruskal-google committed Oct 3, 2023
1 parent b9cf19b commit a509be2
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 @@ -149,7 +149,7 @@ def protobuf_deps():
_github_archive(
name = "upb",
repo = "https://github.com/protocolbuffers/upb",
commit = "42cd08932e364a4cde35033b73f15c30250d7c2e",
sha256 = "c67dd28e641e26c1c2ac295f1a693b864e8b074c683e7b9ef89f7aa8cf5db77a",
commit = "52a1ddadc25ac426ade7d21e84f00ad1192c21d0",
sha256 = "d3f451979243fc12b110d4d98cb9f4328ff11c71cfd06c82e0a0904c37d50379",
patches = ["@com_google_protobuf//build_defs:upb.patch"],
)

0 comments on commit a509be2

Please sign in to comment.