[roll] Roll fuchsia [fidl][rust] Migrate all vectors to new parameter types
This CL completes the migration of FIDL vectors to the new Rust
parameter types. Specifically, this deals with vectors of structs,
enums, and bits. Now all vectors use &[Value] or Vec<Resource>, and the
&mut dyn ExactSizeIterator<Item = ...> types are completely gone.
Test: fx check-goldens fidlgen_rust
Test: fx build tools/fidl/fidlgen_rust:goldens
Original-Bug: 54368
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/852480
Original-Revision: 3a02d1922c0519b4c7d639879ec0503de9c79f0c
GitOrigin-RevId: 3625650d44296db67f2afe70352a86e26a794859
Change-Id: I638a79f93747c1d016b07704959459c1513728fd
diff --git a/stem b/stem
index 1fd1864..40da608 100644
--- a/stem
+++ b/stem
@@ -11,7 +11,7 @@
githooks="integration/git-hooks"
remote="https://fuchsia.googlesource.com/fuchsia"
gerrithost="https://fuchsia-review.googlesource.com"
- revision="53b0ddd236f5c3acee1aa48f54e6663c32b2ba0d"/>
+ revision="3a02d1922c0519b4c7d639879ec0503de9c79f0c"/>
</projects>
<hooks>
<hook name="install-environment"