From 953aec63e6a5c375e5178c607a520d8ca0b282e4 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Tue, 17 Oct 2023 09:47:40 -0700 Subject: [PATCH] Updated upb dep. --- protobuf_deps.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protobuf_deps.bzl b/protobuf_deps.bzl index 37cef50a26..554971616d 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 = "455cfdb8ae60a1763e6d924e36851c6897a781bb", - sha256 = "2c8b4e961c38fcc7c58e8aca807cc3cc5190f42afdf39551ce49812b130493de", + commit = "5afd8ccb253d408483782ec19f0090a82d10ba1d", + sha256 = "0e3ce017e0636023fe9cd67c6fb513dfd534bad5d43b3a16a9141c3b58822435", patches = ["@com_google_protobuf//build_defs:upb.patch"], )