[roll] Roll fuchsia [fidl][rust] Relax static bound for transports

Driver framework uses an executor with a non-'static lifetime, and so
wants to be able to spawn futures with non-'static lifetimes as well.
This change pushes the requirement that transports be 'static down to
the site where futures are actually spawned. This can increase the
verbosity for more common cases, but it should be fine.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1217464
Original-Revision: 5972bc9954da96a6e4100f0b1aae29b01aa056f8
GitOrigin-RevId: 60355743a6d42587aaabb215cb854f6477174fc1
Change-Id: I554aac6ebb484f1e5ce82c1a4d66fe633e9f65e5
1 file changed
tree: b7a4a570b3d2ddc652ad0fe17ccbbc570e8a0896
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.