From 4152d8d1600073e419a2b97764513c7548103572 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Wed, 27 Apr 2022 00:35:46 +0000 Subject: [PATCH] Updated upb. As of this update, you can test Python/upb with: ``` $ bazel test @upb//python/... ``` --- protobuf_deps.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protobuf_deps.bzl b/protobuf_deps.bzl index 71afc7aa3..224d24efb 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 = "a0bc6693b069e6d1f083c7727ea08621cea4155e", - sha256 = "1ed9f7ce1f799bcae474d78ea4d1a3f3779bc6311f75e2b015fd41efced94aa0", + commit = "22c7daf1e391b7d51c3ea727556fe578e2030196", + sha256 = "de64f2ba5fb4b9ef8143bb13bfdd3ea0341262e532165409dbb1bb4996bc926d" )