[roll] Roll fuchsia Revert "[fidl][rust] Explicitly test send-side and receive side handle rights checks"

This reverts commit 5aa85f44c03ee121928d169f6e483fda8e8a37e2.

Reason for revert: https://bugs.fuchsia.dev/p/fuchsia/issues/detail?id=75116

Original change's description:
> [fidl][rust] Explicitly test send-side and receive side handle rights checks
>
> Previous handle rights tests in rust only tested end-to-end handle
> rights checking. This only demonstrated that the rights checking was
> happening *somewhere*, but the requirement is to do checking on both the
> send and receive side.
>
> This CL adds separate testing of send side and receive side checking.
> Because send-side is not implemented yet in rust, the tests are disabled
> and currently do not pass when enabled. The technique for isolating send
> side and receive side rights checks is to replace the ordinals during
> transit over channels so that one protocol method is used on send side
> and a different one on receive side - one with stricter rights checks
> than the other.
>
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/517802

TBR=bprosnitz@google.com,mkember@google.com

No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/519444
Original-Revision: a07cda167c7e8951f8085d028e55646f1e3bb43b
GitOrigin-RevId: bd5e8cec84ba55a5104ddd5146e819ce69cac26b
Change-Id: I059df70713ead5df1bb05d3129eb4dfc0e48dd1a
diff --git a/stem b/stem
index e9c9e88..cf97fea 100644
--- a/stem
+++ b/stem
@@ -10,7 +10,7 @@
              githooks=""
              remote="https://fuchsia.googlesource.com/fuchsia"
              gerrithost="https://fuchsia-review.googlesource.com"
-             revision="6ee49e405d308a367fdbd940063f39f219bb4e5d"/>
+             revision="a07cda167c7e8951f8085d028e55646f1e3bb43b"/>
   </projects>
   <hooks>
     <hook name="install-environment"