* Roll external/googletest/ cb5cd96bc..460ae9826 (1 commit)

cb5cd96bca...460ae98267

$ git log cb5cd96bc..460ae9826 --date=short --no-merges --format='%ad %ae %s'
2023-08-22 sch changed http to https

Created with:
  roll-dep external/googletest

* Roll external/spirv-headers/ b8b9eb864..d790ced75 (1 commit)

b8b9eb8640...d790ced752

$ git log b8b9eb864..d790ced75 --date=short --no-merges --format='%ad %ae %s'
2023-08-23 dneto Validate enums have sensible versions and are visible (#369)

Created with:
  roll-dep external/spirv-headers

---------

Co-authored-by: GitHub Actions[bot] <>
This commit is contained in:
github-actions[bot] 2023-08-24 20:29:14 +00:00 committed by GitHub
parent abd548b817
commit 1b3c4cb685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
DEPS
View File

@ -7,13 +7,13 @@ vars = {
'effcee_revision': '19b4aa87af25cb4ee779a071409732f34bfc305c', 'effcee_revision': '19b4aa87af25cb4ee779a071409732f34bfc305c',
'googletest_revision': 'cb5cd96bcafc15eaaf73517357b596e9ca1e71b4', 'googletest_revision': '460ae98267b83db4ca2730d368d53f8aee3b636e',
# 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': '73031bbc08cb3e3200497be4a50e37d6f3acc1d0', 're2_revision': '73031bbc08cb3e3200497be4a50e37d6f3acc1d0',
'spirv_headers_revision': 'b8b9eb8640c8c0107ba580fbcb10f969022ca32c', 'spirv_headers_revision': 'd790ced752b5bfc06b6988baadef6eb2d16bdf96',
} }
deps = { deps = {