From eb96482b3ab926ca5493310f66abb3badd7b49ec Mon Sep 17 00:00:00 2001 From: Deanna Garcia Date: Fri, 28 Apr 2023 16:44:01 +0000 Subject: [PATCH] Update UPB dep --- protobuf_deps.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protobuf_deps.bzl b/protobuf_deps.bzl index a334197865be..4f30e0000935 100644 --- a/protobuf_deps.bzl +++ b/protobuf_deps.bzl @@ -151,7 +151,7 @@ def protobuf_deps(): _github_archive( name = "upb", repo = "https://github.com/protocolbuffers/upb", - commit = "b399576ccdb97ed37afc045327852b298e32eff3", - sha256 = "fe337a7c2b5fadebfb8e76b4cb3571c9c374efe17aab85e49f3ae71650c3ae98", + commit = "c50109929e015b5c180787385212aa32ca9a0daa", + sha256 = "e083c3bd7886c67ea1633444f4a387f02a082e2b5dd93ec8d98e37653634fcbf", patches = ["@com_google_protobuf//build_defs:upb.patch"], )