Roll recipe dependencies (nontrivial).

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

The build that created this CL was
https://ci.chromium.org/b/8791393274457646081

Please review the expectation changes, and LGTM+CQ.

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py/+/a44d1d3092f6cdd29b2bb83d3ff39bdeea363414
  a44d1d3 (olivernewman@google.com)
      [cas] Use -paths-json instead of -paths

Please check the following references for more information:
- autoroller, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#autoroller
- rollback, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#rollback
- cross-repo dependencies, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/cross_repo.md

Use https://goo.gl/noib3a to file a bug.

R=mohrr@google.com, tpudlik@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Ignore-Freeze: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ife4668e55ad6eeea7f43b1aa3b794c9fb7ea38da
Reviewed-on: https://pigweed-review.googlesource.com/c/infra/recipes/+/126798
Reviewed-by: Rob Mohr <mohrr@google.com>
Reviewed-by: Ted Pudlik <tpudlik@google.com>
Commit-Queue: Rob Mohr <mohrr@google.com>
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg
index 355ef9d..466b596 100644
--- a/infra/config/recipes.cfg
+++ b/infra/config/recipes.cfg
@@ -17,12 +17,12 @@
   "deps": {
     "fuchsia": {
       "branch": "refs/heads/main",
-      "revision": "b9ff7a6aed057ce7ec30cfbd75e560e58e6b905e",
+      "revision": "9ba5f43377883209b5e51e7635ac1d3ea7bbddd0",
       "url": "https://fuchsia.googlesource.com/infra/recipes"
     },
     "recipe_engine": {
       "branch": "refs/heads/main",
-      "revision": "26cd5483c9c3af4520d992522798dc38f404e5a1",
+      "revision": "a44d1d3092f6cdd29b2bb83d3ff39bdeea363414",
       "url": "https://chromium.googlesource.com/infra/luci/recipes-py"
     }
   },
diff --git a/recipe_modules/build/tests/full.expected/full.json b/recipe_modules/build/tests/full.expected/full.json
index 41293ab..b305558 100644
--- a/recipe_modules/build/tests/full.expected/full.json
+++ b/recipe_modules/build/tests/full.expected/full.json
@@ -460,8 +460,8 @@
       "projects/example-cas-server/instances/default_instance",
       "-dump-digest",
       "/path/to/tmp/",
-      "-paths",
-      "[START_DIR]/build:."
+      "-paths-json",
+      "[[\"[START_DIR]/build\", \".\"]]"
     ],
     "infra_step": true,
     "name": "archive to cas.archive",
diff --git a/recipes/build.expected/basic.json b/recipes/build.expected/basic.json
index 5639314..201a016 100644
--- a/recipes/build.expected/basic.json
+++ b/recipes/build.expected/basic.json
@@ -1652,8 +1652,8 @@
       "projects/example-cas-server/instances/default_instance",
       "-dump-digest",
       "/path/to/tmp/",
-      "-paths",
-      "[START_DIR]/build:."
+      "-paths-json",
+      "[[\"[START_DIR]/build\", \".\"]]"
     ],
     "env": {
       "PW_TEST_VAR": "test_value"