VectorOps was renamed to Vector, update deps

Required in addition to #1131.

Closes https://github.com/google/iree/pull/1132

COPYBARA_INTEGRATE_REVIEW=https://github.com/google/iree/pull/1132 from iml130:vector 3422d482db4e7cf2bb2ef46017663d48e9270a34
PiperOrigin-RevId: 301843623
diff --git a/iree/tools/CMakeLists.txt b/iree/tools/CMakeLists.txt
index fa2f01a..c7d71c8 100644
--- a/iree/tools/CMakeLists.txt
+++ b/iree/tools/CMakeLists.txt
@@ -101,7 +101,7 @@
     MLIRStandardOps
     MLIRStandardToSPIRVTransforms
     MLIRTransforms
-    MLIRVectorOps
+    MLIRVector
   PUBLIC
 )