From f21ee4c19787bce3475726541585cfc329792fcc Mon Sep 17 00:00:00 2001 From: Paul Wankadia Date: Wed, 31 May 2023 14:49:18 -0700 Subject: [PATCH] Update MediaPipe to RE2 release `2023-06-01`. Note that RE2 has taken a dependency on Abseil, so the `main` branch should be used from now on. The `abseil` branch will go away soon... PiperOrigin-RevId: 536829679 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 7c5841f78..9b50ff8e3 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -266,10 +266,10 @@ http_archive( http_archive( name = "com_googlesource_code_re2", - sha256 = "e06b718c129f4019d6e7aa8b7631bee38d3d450dd980246bfaf493eb7db67868", - strip_prefix = "re2-fe4a310131c37f9a7e7f7816fa6ce2a8b27d65a8", + sha256 = "ef516fb84824a597c4d5d0d6d330daedb18363b5a99eda87d027e6bdd9cba299", + strip_prefix = "re2-03da4fc0857c285e3a26782f6bc8931c4c950df4", urls = [ - "https://github.com/google/re2/archive/fe4a310131c37f9a7e7f7816fa6ce2a8b27d65a8.tar.gz", + "https://github.com/google/re2/archive/03da4fc0857c285e3a26782f6bc8931c4c950df4.tar.gz", ], )