From b1813d30c25872a668eb69e015558b46747983fc Mon Sep 17 00:00:00 2001 From: martijneken Date: Tue, 22 Aug 2023 10:06:42 -0700 Subject: [PATCH] Update utf8_range to the latest version (#13469) Picks up an OSS build fix for unused function CodepointSkipBackwards: https://github.com/protocolbuffers/utf8_range/commit/d863bc33e15cba6d873c878dcca9e6fe52b2f8cb Closes #13469 COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/13469 from martijneken:utf8-range-bump f52ea9d7dd5950539d8e913cf0b938d4506563d6 PiperOrigin-RevId: 559146094 --- protobuf_deps.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protobuf_deps.bzl b/protobuf_deps.bzl index 1c622f88e9..b965b76495 100644 --- a/protobuf_deps.bzl +++ b/protobuf_deps.bzl @@ -71,8 +71,8 @@ def protobuf_deps(): _github_archive( name = "utf8_range", repo = "https://github.com/protocolbuffers/utf8_range", - commit = "de0b4a8ff9b5d4c98108bdfe723291a33c52c54f", - sha256 = "5da960e5e5d92394c809629a03af3c7709d2d3d0ca731dacb3a9fb4bf28f7702", + commit = "d863bc33e15cba6d873c878dcca9e6fe52b2f8cb", + sha256 = "568988b5f7261ca181468dba38849fabf59dd9200fb2ed4b2823da187ef84d8c", ) if not native.existing_rule("rules_cc"):