[roll] Roll fuchsia [ffx] Assert no anyhow dependency in timeout lib

Enforce that the ffx timeout library does not depend on the anyhow
crate by adding an assert_no_deps rule to its BUILD.gn. This ensures
the library continues to use structured errors via thiserror and does
not accidentally pull in anyhow.

Test: fx build
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1586252
Original-Revision: 1b428b0cf2403f80473077790131217158739aba
GitOrigin-RevId: 32addfc7cdd4280b3cc71a7fe13178e7ebbf57e1
Change-Id: Ibad96f493797fbab0cea8b0fa2d1b2a2643fdc55
1 file changed
tree: 8c5f435c83b4fa6130b162c7bc3be37748efb1fd
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.