[roll] Roll fuchsia [component_manager] Sever dependency on regex crate

regex is huge due to UTF-8 encoding support. Eliminate its usage from
component_manager and forbid future use.

This yields a size reduction of 684KB on the component_manager binary:

At ToT:
$ df -b out/default/obj/build/images/sizes/fuchsia.zbi/bootfs/bin/component_manager
5585016
With change:
$ df -b out/default/obj/build/images/sizes/fuchsia.zbi/bootfs/bin/component_manager
4900952

Original-Bug: 119607

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/789713
Original-Revision: 7c57281f2c40b99d0ef1580749e2dc593686206c
GitOrigin-RevId: 8afe0a633a46287cdf18dfe9c4f9c12e485787ae
Change-Id: Idd4f083b7065e2bab04df1c8061b740461517234
1 file changed
tree: c86b609d075bd3f7ca8801965604f05c540f481a
  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.