[roll] Roll fuchsia [log][rust] Unify Severity definitions

We had Severity defined more than once in our code. We can unify it.

The motivation to have separate crates is to:

1) Not bring a dependency on serde to the log writer library.
2) Allow us to use the same definition in our code supporting a host
   logger.

NO_IFTTT=no changes to the severity variants

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1141112
Original-Revision: 3a1be832e72d0649ebe5967011fa6fc2118c3af7
GitOrigin-RevId: bd30a3896c3ad02fd3fa17cd4c69891dab70c6f4
Change-Id: I0f73e3aabbd2de7df2c246b9bcdcddbbf05e5673
1 file changed
tree: 843a4263ee14a6c47ac6e79b17167e84869ef5b2
  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.