Skip to content

Commit aee33a5

Browse files
authored
Updated upb dependency. (#12836)
1 parent 71fca0c commit aee33a5

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 = "af735076087f77099835f546572556a91c97b047",
155-
sha256 = "df8d48190198511e0d91a46643684aaba6f0930f74eb9eee40506ceaa9f4ad7d",
154+
commit = "61a97efa24a5ce01fb8cc73c9d1e6e7060f8ea98",
155+
sha256 = "0c57aac04d62eeabe097513593c800a99aa3f5d8ac1e7871c7afadbe1d39851a",
156156
patches = ["@com_google_protobuf//build_defs:upb.patch"],
157157
)

0 commit comments

Comments
 (0)