diff --git a/DEPS b/DEPS index fe70570c6d..9c0ba4b3cc 100644 --- a/DEPS +++ b/DEPS @@ -61,13 +61,13 @@ deps = { # SPIRV-Cross 'third_party/spirv-cross': { - 'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Cross@92f7d36c72bc3cdbcc4aeff3534d096866013c0c', + 'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Cross@d638d2df9c8c4a862e0af829cf49cc6dcbb235a2', 'condition': 'dawn_standalone', }, # SPIRV compiler dependencies: SPIRV-Tools, SPIRV-headers, glslang and shaderc 'third_party/SPIRV-Tools': { - 'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@2e1d208ed9deab9048a00e60bb891d5e12a8332e', + 'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@c8590c18bd0c70dcd1caa7d43c5f2d020439b012', 'condition': 'dawn_standalone', }, 'third_party/spirv-headers': { @@ -79,13 +79,13 @@ deps = { 'condition': 'dawn_standalone', }, 'third_party/shaderc': { - 'url': '{chromium_git}/external/github.com/google/shaderc@15a66d72f33a099ec65e0fd37cf14548ed1d2bdb', + 'url': '{chromium_git}/external/github.com/google/shaderc@6b4f6313ed8c87063e8c48482e1e365531d31da5', 'condition': 'dawn_standalone', }, # WGSL support 'third_party/tint': { - 'url': '{dawn_git}/tint@1f1f08f94a11f470a4551896df9f610b71876924', + 'url': '{dawn_git}/tint@0bbf1e7460936422db9207a73cf987d510a8ae15', 'condition': 'dawn_standalone', },