From 8353e1975683e4cbf451f6283ee1b2b43e5002b4 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Mon, 16 May 2022 17:10:27 +0000 Subject: [PATCH] Updated to the newest upb, which brings many fixes for Windows builds. --- protobuf_deps.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protobuf_deps.bzl b/protobuf_deps.bzl index 0f3c76aaccf6f..966d506fd9857 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 = "c3cfd09b0184bcbdade71a3d788df02c83e897f2", - sha256 = "4a9f79385fc0c1e3e7ba5c34220db53f956c8c42d636bafc6a563da2facf8c3f", + commit = "a60e9a379e976c1b8828145b8475618601cb9cee", + sha256 = "f5e021b986c62848c59f07fd68988e1bc50e782694710906374e4bd905db5c9f", )