Roll external/googletest/ 518387203..5b7fd63d6 (1 commit) (#5454)

* Roll external/googletest/ 518387203..b10fad38c (2 commits)

518387203b...b10fad38c4

$ git log 518387203..b10fad38c --date=short --no-merges --format='%ad %ae %s'
2023-10-26 absl-team Export gmock-spec-builders.
2023-10-25 theorbuehler Add missing include for raise(3)

Created with:
  roll-dep external/googletest

* Roll external/re2/ a0b3bc60c..24d460a9d (6 commits)

a0b3bc60c3...24d460a9db

$ git log a0b3bc60c..24d460a9d --date=short --no-merges --format='%ad %ae %s'
2023-11-01 vovkos Don't check `kind_ == Prog::kManyMatch` in `DFA::InlinedSearchLoop()`.
2023-11-01 junyer Replace a couple of `assert(3)` calls.
2023-10-31 junyer Prepare to tag release `2023-11-01`.
2023-10-27 junyer Bump some versions in `MODULE.bazel`.
2023-10-27 junyer Simplify `ci-cmake.yml` via `matrix`.
2023-10-27 junyer GitHub Actions now provides GCC 13.

Created with:
  roll-dep external/re2

---------

Co-authored-by: GitHub Actions[bot] <>
This commit is contained in:
github-actions[bot] 2023-11-02 14:02:47 +00:00 committed by GitHub
parent a08f648c86
commit 7210d247cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
DEPS
View File

@ -7,12 +7,12 @@ vars = {
'effcee_revision': '19b4aa87af25cb4ee779a071409732f34bfc305c', 'effcee_revision': '19b4aa87af25cb4ee779a071409732f34bfc305c',
'googletest_revision': '518387203b573f35477fa6872dd54620e70d2bdb', 'googletest_revision': 'b10fad38c4026a29ea6561ab15fc4818170d1c10',
# Use protobufs before they gained the dependency on abseil # Use protobufs before they gained the dependency on abseil
'protobuf_revision': 'v21.12', 'protobuf_revision': 'v21.12',
're2_revision': 'a0b3bc60c3a42b4e572bf643fa0e10bf60dcc872', 're2_revision': '24d460a9db6048b9d3e05cfdea13ec9d592545ad',
'spirv_headers_revision': '88bc5e321c2839707df8b1ab534e243e00744177', 'spirv_headers_revision': '88bc5e321c2839707df8b1ab534e243e00744177',
} }