Roll vulkan-deps from ab6fd1e74de0 to 71bd1907ea2f (5 revisions)

https://chromium.googlesource.com/vulkan-deps.git/+log/ab6fd1e74de0..71bd1907ea2f

Also rolling transitive DEPS:
  https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/57fb3c7a3f12cd61a26c7ae92fa1d345830307d1..5db6c38e656582c546eee04a4db34f4ca909706f

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-deps-skia-autoroll
Please CC nicolettep@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in skia: https://bugs.chromium.org/p/skia/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Cq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Debug-Dawn;skia/skia.primary:Build-Debian10-Clang-x86_64-Release-ANGLE;skia/skia.primary:Test-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE
Bug: None
Tbr: nicolettep@google.com
Change-Id: Ida746974255144fa76488c927e7be195e55b3439
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/633838
Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index 4221b7f..3b63216 100644
--- a/DEPS
+++ b/DEPS
@@ -55,10 +55,10 @@
   "third_party/externals/vulkanmemoryallocator"  : "https://chromium.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator@7de5cc00de50e71a3aab22dea52fbb7ff4efceb6",
   # vulkan-deps is a meta-repo containing several interdependent Khronos Vulkan repositories.
   # When the vulkan-deps revision is updated, those repos (spirv-*, vulkan-*) should be updated as well.
-  "third_party/externals/vulkan-deps"            : "https://chromium.googlesource.com/vulkan-deps@ab6fd1e74de014eea69c29d57b736fa6b3bf5066",
+  "third_party/externals/vulkan-deps"            : "https://chromium.googlesource.com/vulkan-deps@71bd1907ea2f4e3d03f9fee926bb6cab5b8a6a2b",
   "third_party/externals/spirv-cross"            : "https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross@eb9b2732982b8eea3395216be825a74dd84fe4be",
   "third_party/externals/spirv-headers"          : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers.git@aa331ab0ffcb3a67021caa1a0c1c9017712f2f31",
-  "third_party/externals/spirv-tools"            : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@57fb3c7a3f12cd61a26c7ae92fa1d345830307d1",
+  "third_party/externals/spirv-tools"            : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@5db6c38e656582c546eee04a4db34f4ca909706f",
   "third_party/externals/vulkan-headers"         : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers@a49166a89a1abc6df2d5147bd06bd4c5b7c4d010",
   "third_party/externals/vulkan-tools"           : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools@80e16af0fd8f1f03374e4cc4eea4822520967e08",
   #"third_party/externals/v8"                     : "https://chromium.googlesource.com/v8/v8.git@5f1ae66d5634e43563b2d25ea652dfb94c31a3b4",
diff --git a/bazel/deps.bzl b/bazel/deps.bzl
index 1bb4839..d7aee84 100644
--- a/bazel/deps.bzl
+++ b/bazel/deps.bzl
@@ -158,7 +158,7 @@
 
     git_repository(
         name = "spirv_tools",
-        commit = "57fb3c7a3f12cd61a26c7ae92fa1d345830307d1",
+        commit = "5db6c38e656582c546eee04a4db34f4ca909706f",
         remote = "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git",
     )