From 364852e829c5508294fa4c1cc8fc9f7ec9aebc60 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Tue, 17 May 2022 22:51:01 +0000 Subject: [PATCH] Throw a more helpful error if generated code is out of date, and fixed two reference leaks. --- protobuf_deps.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protobuf_deps.bzl b/protobuf_deps.bzl index 966d506fd9..362ae65772 100644 --- a/protobuf_deps.bzl +++ b/protobuf_deps.bzl @@ -114,6 +114,6 @@ def protobuf_deps(): _github_archive( name = "upb", repo = "https://github.com/protocolbuffers/upb", - commit = "a60e9a379e976c1b8828145b8475618601cb9cee", - sha256 = "f5e021b986c62848c59f07fd68988e1bc50e782694710906374e4bd905db5c9f", + commit = "12efc9b096f35b62055a217f45e6b0fe5fb1a099", + sha256 = "de0ab4ee1e2d8f01b494de39cd70b611e190b63943f1d5c448d4ecb9560dc16f", )