[cipd] Bump cipd to latest

Updates the pinned CIPD client version to include a change that
improves package extraction time by extracting large files first:
https://crrev.com/c/1902049

Bug: 39097
Change-Id: I0dd71fd7f906dd364b675a815252fb134d62229b
diff --git a/cipd/cipd.go b/cipd/cipd.go
index b66a353..ad758e9 100644
--- a/cipd/cipd.go
+++ b/cipd/cipd.go
@@ -33,29 +33,29 @@
 
 const (
 	cipdBackend       = "https://chrome-infra-packages.appspot.com"
-	cipdVersion       = "git_revision:9c0e59fda0464ba15824ffa82a1095dcccef19ea"
+	cipdVersion       = "git_revision:817b4f367608c498de9455bb264515442aaaca3c"
 	cipdVersionDigest = `
 # This file was generated by
 #
 #  cipd selfupdate-roll -version-file .cipd_version \
-#      -version git_revision:9c0e59fda0464ba15824ffa82a1095dcccef19ea
+#      -version git_revision:817b4f367608c498de9455bb264515442aaaca3c
 #
 # Do not modify manually. All changes will be overwritten.
 # Use 'cipd selfupdate-roll ...' to modify.
 
-linux-386       sha256  8a2ef5b3169f01f92537feb5217d45799d55ff6380fd39378139edce5ee5ee2f
-linux-amd64     sha256  7b78ed0cb5842cb03462f9446db54074a2b8137a88ab1b94e204f589d2f6b123
-linux-arm64     sha256  bd5068a692ec1a56c46e42fe1273069cbe0e36c207d9c258da835fe91dbbf3e6
-linux-armv6l    sha256  8b7f1087d0309d3cbbeef266176f55feb6f7ff8857ca867353b80a3f60d92123
-linux-mips64    sha256  4a2a45517b0ce161b65a8f411eb9144d5c5f4370f8490c03b4cdf063e05011cf
-linux-mips64le  sha256  c4db0affbd2e0099de43619f348abc58d440731d952d93a9f5c7f4fb64cb6db5
-linux-mipsle    sha256  75da3575ffc5358a7eee35d07db5f616162cf16f67bad7ffca5ed39d175c2f1c
-linux-ppc64     sha256  64d532f4f6a6d0954f9da21843d9a31fcf6432b748059a5221743eed9dbedea9
-linux-ppc64le   sha256  23c3530b83b13298c08a2706d9fbe1bbf45eb30fd1405783f891f6417d990d63
-linux-s390x     sha256  edbdb85ac9e4a8e64286239e1555fe82b9aee120f6a0bcc6b0d341ddcfeab759
-mac-amd64       sha256  e6faaa614205f223887b3d48fb4d151e9b2f79d81649625433220c14d77dbe52
-windows-386     sha256  cbc17abd503919c3676664813c7922df09a9c33dff9e27aa13dec5c084a1314a
-windows-amd64   sha256  1d96c2ee8183fde8ae786d1215d0ecaff437a35c818d8b8979eae0491d8f6d5c
+linux-386       sha256  f0ffa2cd53678effd1018af024383b63e47e8ba61ffef754983ab8258241d296
+linux-amd64     sha256  72b8323faa13aeab1c95056d2f489ccf63c1ec98d24c510860858c1355acf829
+linux-arm64     sha256  830c1a725bfb7c08a19a4f2b4fc173337cad97430820a5b7d9998400765fcde7
+linux-armv6l    sha256  34800b4b79c2217a8b0b895996c10efb3bcebb10bfd1a8a788b03871fba5f5cb
+linux-mips64    sha256  de236a276edb13742448797c2217882241fc2559ffb8e947a7bfc5888d4eab81
+linux-mips64le  sha256  71b16e05550183aef43e5fc441b873d94a6097776a63b246cc47775dc88e990c
+linux-mipsle    sha256  4e00c64ff6412f9a1a80cab29f90b09bbcd12e7a689d52900f9e55b185a36e20
+linux-ppc64     sha256  780c774c1538e25ecb4ae7820e5f939367d7d3bafe81e02a65f2c037a3c494d0
+linux-ppc64le   sha256  79989b1db99f9ffc64f4df95e46b28d7fc008b953da0c9f7505ecfd5194307ba
+linux-s390x     sha256  f3e17a00571ca807925d471361f45a081d26aeb7ef39bc172a79417c1b8a6a23
+mac-amd64       sha256  d652194f1232fc11e3e5a10da7ef472cc76974928725b6624003e008d0d84a3d
+windows-386     sha256  a0ffdf08b9ab822b7f9f2904128ed27e1c8b0b47a9f067fdd27816f60c89bd0f
+windows-amd64   sha256  a92ac42c6c977f827dc02548bc4f0d5c137a31dedba4aa5dd0d2fe908e609ae0
 `
 	cipdNotLoggedInStr = "Not logged in"
 )