[cipd] Roll CIPD client to git_revision:4511c670f851c56473a7370c10c199cdad4dfc3c

This will enable parallel downloads.

Bug: b/192379007
Change-Id: I479f675cdefd6bcbf5a5c3907a5404f11e73292c
Reviewed-on: https://fuchsia-review.googlesource.com/c/jiri/+/549667
Reviewed-by: Ian Kasprzak <iankaz@google.com>
Commit-Queue: Nathan Mulcahey <nmulcahey@google.com>
diff --git a/cipd/cipd.go b/cipd/cipd.go
index f4392db..3493244 100644
--- a/cipd/cipd.go
+++ b/cipd/cipd.go
@@ -37,30 +37,31 @@
 	cipdBackend = "https://chrome-infra-packages.appspot.com"
 	// This git hash corresponds to a commit in https://chromium.googlesource.com/infra/infra
 	// to update the pinned version of the CIPD client in the DEPS file.
-	cipdVersion       = "git_revision:61ac72e84956112656e2500701dd252c5d92f6e6"
+	cipdVersion       = "git_revision:4511c670f851c56473a7370c10c199cdad4dfc3c"
 	cipdVersionDigest = `
 # This file was generated by
 #
 #  cipd selfupdate-roll -version-file cipd_version \
-#      -version git_revision:61ac72e84956112656e2500701dd252c5d92f6e6
+#      -version git_revision:4511c670f851c56473a7370c10c199cdad4dfc3c
 #
 # Do not modify manually. All changes will be overwritten.
 # Use 'cipd selfupdate-roll ...' to modify.
 
-aix-ppc64       sha256  82666df4584edad4098ce0b3683bd744f8d6b66a18513dae2606b63366dc0fb1
-linux-386       sha256  5f96fd7b73bd927b07f37ddb04e393ca0ed71b5f9adb94a8e4bf2ff05a17d1a8
-linux-amd64     sha256  9c532dd340d507e396699e9b29d801d17943ca5b9ea3ba4f5c9e752b2e9d9376
-linux-arm64     sha256  e45e3d5d81edc32b16bccb0e7d403bc4f79ecc14c2fb12e0ade7e3b84fbd4793
-linux-armv6l    sha256  678f9c99a4e828def0804f8cfeca6cf9f0f59889fb3337f30ceb7f7e17517a3e
-linux-mips64    sha256  9f9712821b69f5d11d85189a0b3950ccb6a3388be65fa40477ee8be79e3a14b9
-linux-mips64le  sha256  eccb2d3438c7e8b649788ead64e2faa00d56a9494561e4f621fccc1335a74104
-linux-mipsle    sha256  6f05945d9b0eb9d14550b1e836ebbe5b57e0f79e8f3a548775766f5a96ae6164
-linux-ppc64     sha256  f0fdcf91585468bad83e2430a4fc8438696edd21c26d9a05076068129e995a34
-linux-ppc64le   sha256  30a917b27af8e80d17f83d3575cf655d451bf02cc974e9fff1aba4310ecd1efa
-linux-s390x     sha256  75cb9789102896416436fc033b25f9089c72ae1ae7631bf0a9785c589a467e79
-mac-amd64       sha256  906efd93e265a169b4262b9c88bd9fd18440128d8f949acc0c429b6c0d6f3b76
-windows-386     sha256  3f45aa6d5e9e002b4df97276688c4e71e5e437823835c6e047340c31bdedb43c
-windows-amd64   sha256  a58d48748344c45a9511aab5b9b78d78fd6234c83ec9417700d81d2db8e5050d
+aix-ppc64       sha256  0696f6979153a326f5269ac24cc03a834de8472fc35d467efe13618d30186332
+linux-386       sha256  0299c0a3b1a86bccfb1ef974b981827649a64c42406205126e789b7cba466839
+linux-amd64     sha256  d2ef210cdcc2df1f3d0c74c5918999088426490ed000f009ebd7fdaec1f77222
+linux-arm64     sha256  98ccdf942ecee4744aa6469e4093e025983d005f9a22e34c0d35d70accc77351
+linux-armv6l    sha256  b74057db288278ccaa67bb444b5e6e84dbef0912636ca06fadf10f3f98c04ebe
+linux-mips64    sha256  1850c72d660bf1096b827aad422927fedc2f61428ff89c7f50ff05340bc226e1
+linux-mips64le  sha256  ceb9571d9fbcdd70d3744e96f69c55c53b2feec60b6326d59141a2a308acc87c
+linux-mipsle    sha256  07d1ecba6e9b33fdf7b5c31e82768579ee8633caeb439a566e3d8bdda589b575
+linux-ppc64     sha256  cffb1bd349b6eb53389d3318b88c73cf73fd8b56897f53a0bad455fbeacf501b
+linux-ppc64le   sha256  e021b4f6442a2b88018f008c6969776b4cc2c592de9107c07a43f182ef51e169
+linux-s390x     sha256  e91fe9df5b17bbefbe098a661581e3c61b940f5ec0303320d929ab86a6c4645c
+mac-amd64       sha256  d4e065720036cd381810e8503fa4c6cc45d69c19179ab35ba4eb0969a8580341
+mac-arm64       sha256  e4f78c9d58ab982419abcb5153f69050eeab7d28cac55ce8e8a9e12f822c2055
+windows-386     sha256  b761be1d35aa0d3b63a1aeaaf9a4952447fa7ea681e84dce603980a176092f17
+windows-amd64   sha256  53baa50b2f7cdcaa0e15510a2fd0debc0297db7914d848e209779ae74aaa3931
 `
 	exitCodeNoValidToken   = 1
 	cipdManifestInvalidErr = cmdline.ErrExitCode(25)