Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (build, depot_tools, fuchsia) into this repository.

build:
  https://crrev.com/6b18aad0c8cad2d712b2f5230003c7c33eead396 (jeffyoon@google.com)
    Support for Chromium version placeholders in Archive recipe module
  https://crrev.com/ec5e42adb9382aa72f04d24aefedc166fb3ea860 (adoneria@google.com)
    [updater] rename tryjobs to avoid conflict with ci builders.
  https://crrev.com/8d70ef5d996f2fbc48eee734c640af73c16c29a4 (mmoss@chromium.org)
    Revert "[weblayer, skew tests] Add CIPD metadata to step_metadata"
  https://crrev.com/c2733b20df4538556355aabb363bda9596a19af8 (gbeaty@chromium.org)
    Update led_recipes_tester for M88.
  https://crrev.com/c10b52c2e408b088a4ea88b5d290a408ad7a0407 (gbeaty@chromium.org)
    Set per-file owners for binary size recipes.
  https://crrev.com/5e7c79782628ab71b7eab2abb051a02cd483a785 (huangs@chromium.org)
    [Binary Size] Rework gs:// results invalidation.
depot_tools:
  https://crrev.com/c135bfa0f44f7cf57b6971ce43fdb4e7a255b981 (vadimsh@chromium.org)
    [cipd] Update cipd and vpython to latest versions.
  https://crrev.com/1607bf453ae1248e3209b2b9a25dd05d1e413e0b (mattkot@microsoft.com)
    Retry CIPD client download on Linux / macOS
  https://crrev.com/26cd974abfad06add50e162a3ebf03e6bc4f793e (hferreiro@igalia.com)
    Add a python2 shim under python2-bin/
  https://crrev.com/f0517095b85365a0be16933eca25425d70dfe32c (tandrii@google.com)
    git cl: remove check for likely wrong identities.
  https://crrev.com/5157fbfbae860c529184113657697e5c6b4c868d (cwallez@chromium.org)
    roll_dep.py: Support upstream branch being origin/main.
  https://crrev.com/e61ccc59a2405db5dfe76b3499e18b933d620c21 (gavinmak@google.com)
    [depot_tools] Make try-results fetch recent dry-runs
fuchsia:
  https://crrev.com/7e8e581852e1c6c22b4b67d1ab025feb76b2b372 (olivernewman@google.com)
    [build] Extract method to construct context spec
  https://crrev.com/a74d74d4b7d097e4f3c9f76e32f6f9cdec6961dd (olivernewman@google.com)
    [zbi_test] Make all build config values properties
  https://crrev.com/2421badc381eaeecd94623d346b60c7d1943b928 (olivernewman@google.com)
    [tricium] Memoize file reads
  https://crrev.com/98226b44d74c1b1490679a94a3770db74159bcb3 (olivernewman@google.com)
    [zbi_test] Add support for fint
  https://crrev.com/8e6fbcb4913d75f1da4285324452d1b67b2dd4f6 (olivernewman@google.com)
    [path] Pass prefix to most mkdtemp/mkstemp calls
  https://crrev.com/a1f4c150c29358b2ddf30428f7b7b33867bbe642 (garymm@google.com)
    [testing] abort early if multiplied shards fail

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

TBR=godofredoc@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Id58b342c999504ea2bae93eb361639eb71a75e75
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/8680
Reviewed-by: flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com <flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com <flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com>
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg
index 3e69ba7..2960cf5 100644
--- a/infra/config/recipes.cfg
+++ b/infra/config/recipes.cfg
@@ -25,17 +25,17 @@
   "deps": {
     "build": {
       "branch": "refs/heads/master",
-      "revision": "b0881da9a060731af091532427375fd6b2ae19dd",
+      "revision": "5e7c79782628ab71b7eab2abb051a02cd483a785",
       "url": "https://chromium.googlesource.com/chromium/tools/build"
     },
     "depot_tools": {
       "branch": "refs/heads/master",
-      "revision": "8630bb119f964fe6faa6d313cb6b6070f80142d7",
+      "revision": "e61ccc59a2405db5dfe76b3499e18b933d620c21",
       "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
     },
     "fuchsia": {
       "branch": "refs/heads/master",
-      "revision": "cd140151f8b6112954aa5909d6439fdb064410f7",
+      "revision": "a1f4c150c29358b2ddf30428f7b7b33867bbe642",
       "url": "https://fuchsia.googlesource.com/infra/recipes.git"
     },
     "recipe_engine": {