Update utf8_range to the latest version (#13469)

Picks up an OSS build fix for unused function CodepointSkipBackwards: d863bc33e1

Closes #13469

COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/13469 from martijneken:utf8-range-bump f52ea9d7dd
PiperOrigin-RevId: 559146094
pull/13626/head
martijneken 1 year ago committed by Copybara-Service
parent fd24b1bef4
commit b1813d30c2
  1. 4
      protobuf_deps.bzl

@ -71,8 +71,8 @@ def protobuf_deps():
_github_archive( _github_archive(
name = "utf8_range", name = "utf8_range",
repo = "https://github.com/protocolbuffers/utf8_range", repo = "https://github.com/protocolbuffers/utf8_range",
commit = "de0b4a8ff9b5d4c98108bdfe723291a33c52c54f", commit = "d863bc33e15cba6d873c878dcca9e6fe52b2f8cb",
sha256 = "5da960e5e5d92394c809629a03af3c7709d2d3d0ca731dacb3a9fb4bf28f7702", sha256 = "568988b5f7261ca181468dba38849fabf59dd9200fb2ed4b2823da187ef84d8c",
) )
if not native.existing_rule("rules_cc"): if not native.existing_rule("rules_cc"):

Loading…
Cancel
Save