From 553422572d6b1b0708f17d7fdb280957f9ff5e1d Mon Sep 17 00:00:00 2001 From: Deanna Garcia Date: Wed, 12 Apr 2023 21:54:45 +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 5686623dfa42..4297b6c6cbfc 100644 --- a/protobuf_deps.bzl +++ b/protobuf_deps.bzl @@ -149,7 +149,7 @@ def protobuf_deps(): _github_archive( name = "upb", repo = "https://github.com/protocolbuffers/upb", - commit = "9d69c47896648691e854b7078478ed4320efbcab", - sha256 = "4b67f05495abfd886227fdae841cdf8c54d0e99b9907ed15b318a451082e9647", + commit = "f5baaff2d3ef972b75e1a4d7f439caf0a5bf584a", + sha256 = "2409cfb40b08b08c1073883f724235cd903f6abc976fe3403e084470b0b3578c", patches = ["@com_google_protobuf//build_defs:upb.patch"], )