From 4819eed1c2a8b94bfd226bba5d6f912ca65605a9 Mon Sep 17 00:00:00 2001 From: Deanna Garcia Date: Mon, 8 Aug 2022 23:09:51 +0000 Subject: [PATCH] Update UPB version --- protobuf_deps.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protobuf_deps.bzl b/protobuf_deps.bzl index bb4a294af3..afb1f1e006 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 = "672d681f196f90c890a3b2e498e89d9a40541b9d", - sha256 = "2fcfee985893cebc4341d708eb8c2fa01d501ed97049040b7b94b2a2e6eccd25", + commit = "333722e94b35c26b9eb48bd7e471235374ab3737", + sha256 = "f973aefa29d4191aad76cd1ba74ee3be4d2161b6c95d73c137f82560983912c6", )