Skip to content

Commit 09ef9a2

Browse files
authored
Merge pull request #12659 from deannagarcia/23.x
Update UPB dep
2 parents 21417bf + 6354914 commit 09ef9a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protobuf_deps.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def protobuf_deps():
151151
_github_archive(
152152
name = "upb",
153153
repo = "https://github.com/protocolbuffers/upb",
154-
commit = "7c4a2bcd27f16c93085022efbe40776ed223de7a",
155-
sha256 = "c0ee8ac3fa47b1fc244f8ed4704561a51cc200f394697a493f7f33182ede24b5",
154+
commit = "af735076087f77099835f546572556a91c97b047",
155+
sha256 = "df8d48190198511e0d91a46643684aaba6f0930f74eb9eee40506ceaa9f4ad7d",
156156
patches = ["@com_google_protobuf//build_defs:upb.patch"],
157157
)

0 commit comments

Comments
 (0)