[roll] Roll fuchsia [archivist] Simplify some async fn usage

As part of the previous change tackling some clippy issues I realized
we can use the shorter async fn syntax and just define the required Send
bound on the returned future in the trait definition.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/977172
Original-Revision: a3d25aba25a023632021022dcf8fcb7b47d7e63b
GitOrigin-RevId: 9b02533d0e77c28ca0e1c271205f230791c2ba11
Change-Id: Ie753242fe5c37398ce83456b24329ca2c8dbc17d
1 file changed
tree: e36d8fb327a659eb35f3040555fd9e9646e1ab3b
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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 via the IRC channel #fuchsia on Freenode.

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.