deps: Bump re2 to 2023-03-01

This commit is contained in:
Mizux Seiha
2023-05-30 16:00:05 +02:00
parent 53c1e40969
commit a85be3889e
4 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ new_git_repository(
## Re2
git_repository(
name = "com_google_re2",
tag = "2022-04-01",
tag = "2023-03-01",
remote = "https://github.com/google/re2.git",
)

View File

@@ -121,8 +121,8 @@ if(BUILD_re2)
FetchContent_Declare(
re2
GIT_REPOSITORY "https://github.com/google/re2.git"
GIT_TAG "2022-04-01"
#PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/re2-2022-04-01.patch"
GIT_TAG "2023-03-01"
#PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/re2-2023-03-01.patch"
)
FetchContent_MakeAvailable(re2)
list(POP_BACK CMAKE_MESSAGE_INDENT)

View File

@@ -12,6 +12,6 @@
# limitations under the License.
exports_files([
"re2-2022-02-01.patch",
"re2-2023-03-01.patch",
"pybind11_bazel.patch",
])