From 9aaa2601400a29ce39ce1111aa9f790e5c9d4c1b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 10:46:42 +0000 Subject: [PATCH] roll deps (#5850) * Roll external/googletest/ 71815bbf7..1204d6344 (4 commits) https://github.com/google/googletest/compare/71815bbf7de6...1204d634444b Created with: roll-dep external/googletest * Roll external/abseil_cpp/ 40cab2445..4b4f41e93 (12 commits) https://github.com/abseil/abseil-cpp/compare/40cab244558f...4b4f41e93d14 Created with: roll-dep external/abseil_cpp * Roll external/spirv-headers/ 22c4d1b1e..cb6b2c32d (1 commit) https://github.com/KhronosGroup/SPIRV-Headers/compare/22c4d1b1e9d1...cb6b2c32dbfc Created with: roll-dep external/spirv-headers --------- Co-authored-by: GitHub Actions[bot] <> --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 4543be7bc..0faeb49a2 100644 --- a/DEPS +++ b/DEPS @@ -3,18 +3,18 @@ use_relative_paths = True vars = { 'github': 'https://github.com', - 'abseil_revision': '40cab244558f225cadcb943f84c5209f7ce876b1', + 'abseil_revision': '4b4f41e93d14812481b7692f89dccb1f0d609a28', 'effcee_revision': '2c97e5689ed8d7ab6ae5820f884f03a601ae124b', - 'googletest_revision': '71815bbf7de6e10c11821d654a2fae2cf42de0f7', + 'googletest_revision': '1204d634444b0ba6da53201a8b6caf2a502d883c', # Use protobufs before they gained the dependency on abseil 'protobuf_revision': 'v21.12', 're2_revision': '6dcd83d60f7944926bfd308cc13979fc53dd69ca', - 'spirv_headers_revision': '22c4d1b1e9d1c7d9aa5086c93e6491f21080019b', + 'spirv_headers_revision': 'cb6b2c32dbfc3257c1e9142a116fe9ee3d9b80a2', } deps = {