[roll] Roll fuchsia [cm_fidl_validator] Fix flaking test.

The test spec was generating URLs with included invalid
characters in the domain of the URL. The url crate which
is transitively used and has a list of disallowed characters
in //third_party/rust_crates/vendor/url/src/host.rs.

Original-Fixed: 107623
Original-Fixed: 103709
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/715672
Original-Revision: eabc21ee263408843acc36c512b99766bb5d6463
GitOrigin-RevId: 172842a9851fc8eada9e205039e92ee46d39dcf5
Change-Id: Idacc3b427a4f5d913a1ea29d970d65ee03e5be4b
1 file changed
tree: 9a9eb657d9a0847c5e6a1567d9dbd358042da6a7
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.