From 74005dfa67c48ac9c20dd7fce848166f40d02473 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:30:48 +0000 Subject: [PATCH] Roll external/re2/ 35bb195de..b673de358 (2 commits) (#5433) https://github.com/google/re2/compare/35bb195dec32...b673de35837a $ git log 35bb195de..b673de358 --date=short --no-merges --format='%ad %ae %s' 2023-10-06 junyer Clean up some fuzzer-related cruft. 2023-10-05 allenwebb Use a variable for `PKG_CONFIG` for distros that cross-compile. 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 13095e3a5..3d6f3314c 100644 --- a/DEPS +++ b/DEPS @@ -12,7 +12,7 @@ vars = { # Use protobufs before they gained the dependency on abseil 'protobuf_revision': 'v21.12', - 're2_revision': '35bb195dec329ab061472b19b0f4cb68ab3dde0a', + 're2_revision': 'b673de35837aad63146957b9c305dbdbd82ce6b7', 'spirv_headers_revision': 'e867c06631767a2d96424cbec530f9ee5e78180f', }