From af15e5adeabfa629b1e2b6f88d31f853f64a2daa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 15:26:28 +0000 Subject: [PATCH] Roll external/re2/ 954656f47..ba541565b (1 commit) (#5083) https://github.com/google/re2/compare/954656f47fe8...ba541565b4fb $ git log 954656f47..ba541565b --date=short --no-merges --format='%ad %ae %s' 2023-01-23 junyer Introduce `bitmap256.cc` for `FindNextSetBit()`. Created with: roll-dep external/re2 Co-authored-by: GitHub Actions[bot] <> --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 2ec69b98c..ab26203aa 100644 --- a/DEPS +++ b/DEPS @@ -12,7 +12,7 @@ vars = { # Use protobufs before they gained the dependency on abseil 'protobuf_revision': 'v3.13.0.1', - 're2_revision': '954656f47fe8fb505d4818da1e128417a79ea500', + 're2_revision': 'ba541565b4fbe1684d4b98695ec0b6d6c13ba98b', 'spirv_headers_revision': 'aa331ab0ffcb3a67021caa1a0c1c9017712f2f31', }