Roll recipe dependencies (trivial).

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

build:
  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.
fuchsia:
  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=whesse@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I15358c88fce5775ffa6003bab85b0e444dd7e639
Reviewed-on: https://dart-review.googlesource.com/c/recipes/+/172022
Reviewed-by: Dart CI <dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com>
Reviewed-by: William Hesse <whesse@google.com>
Commit-Queue: Dart CI <dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com>
diff --git a/README.recipes.md b/README.recipes.md
index a30c5bc..d6d9fea 100644
--- a/README.recipes.md
+++ b/README.recipes.md
@@ -236,7 +236,7 @@
 
 &mdash; **def [RunSteps](/recipes/roller/roll_to_dev.py#36)(api, properties):**
 
-[build/recipe_modules/goma]: https://chromium.googlesource.com/chromium/tools/build.git/+/8d70ef5d996f2fbc48eee734c640af73c16c29a4/recipes/README.recipes.md#recipe_modules-goma
+[build/recipe_modules/goma]: https://chromium.googlesource.com/chromium/tools/build.git/+/5e7c79782628ab71b7eab2abb051a02cd483a785/recipes/README.recipes.md#recipe_modules-goma
 [depot_tools/recipe_modules/bot_update]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/e61ccc59a2405db5dfe76b3499e18b933d620c21/recipes/README.recipes.md#recipe_modules-bot_update
 [depot_tools/recipe_modules/depot_tools]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/e61ccc59a2405db5dfe76b3499e18b933d620c21/recipes/README.recipes.md#recipe_modules-depot_tools
 [depot_tools/recipe_modules/gclient]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/e61ccc59a2405db5dfe76b3499e18b933d620c21/recipes/README.recipes.md#recipe_modules-gclient
@@ -246,7 +246,7 @@
 [depot_tools/recipe_modules/osx_sdk]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/e61ccc59a2405db5dfe76b3499e18b933d620c21/recipes/README.recipes.md#recipe_modules-osx_sdk
 [depot_tools/recipe_modules/presubmit]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/e61ccc59a2405db5dfe76b3499e18b933d620c21/recipes/README.recipes.md#recipe_modules-presubmit
 [depot_tools/recipe_modules/tryserver]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/e61ccc59a2405db5dfe76b3499e18b933d620c21/recipes/README.recipes.md#recipe_modules-tryserver
-[fuchsia/recipe_modules/gerrit]: /+/2421badc381eaeecd94623d346b60c7d1943b928/README.recipes.md#recipe_modules-gerrit
+[fuchsia/recipe_modules/gerrit]: /+/a1f4c150c29358b2ddf30428f7b7b33867bbe642/README.recipes.md#recipe_modules-gerrit
 [recipe_engine/recipe_modules/buildbucket]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/8ca036c23e6db72017e7ab3f72483153002c288a/README.recipes.md#recipe_modules-buildbucket
 [recipe_engine/recipe_modules/cipd]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/8ca036c23e6db72017e7ab3f72483153002c288a/README.recipes.md#recipe_modules-cipd
 [recipe_engine/recipe_modules/context]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/8ca036c23e6db72017e7ab3f72483153002c288a/README.recipes.md#recipe_modules-context
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg
index 8fcf5b3..dcc3eab 100644
--- a/infra/config/recipes.cfg
+++ b/infra/config/recipes.cfg
@@ -21,7 +21,7 @@
   "deps": {
     "build": {
       "branch": "refs/heads/master",
-      "revision": "8d70ef5d996f2fbc48eee734c640af73c16c29a4",
+      "revision": "5e7c79782628ab71b7eab2abb051a02cd483a785",
       "url": "https://chromium.googlesource.com/chromium/tools/build.git"
     },
     "depot_tools": {
@@ -31,7 +31,7 @@
     },
     "fuchsia": {
       "branch": "refs/heads/master",
-      "revision": "2421badc381eaeecd94623d346b60c7d1943b928",
+      "revision": "a1f4c150c29358b2ddf30428f7b7b33867bbe642",
       "url": "https://fuchsia.googlesource.com/infra/recipes.git"
     },
     "recipe_engine": {