[roll] Roll fuchsia [sl4f] Fix build error when updating to newer Serde crate

While updating a third-party rust crate, which bumps the serde crate
version to 1.0.143 from 1.0.116 the rust compiler fails with missing
serde::export module. This change fixes that by using std Some instead
of serde::export::Some.

The cl that encounters this error: https://fxrev.dev/715744

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/716809
Original-Revision: 45453c2d66da28722c1fa8f13a0efd1935cf6cf5
GitOrigin-RevId: 8bc4ee12e8514d5647aaa8f18cef52e7aff66a70
Change-Id: If23ba126490cd6621237284c9f11c6d83070bfe9
1 file changed
tree: 7af4f49b6e78d091957d6078c682dbb948fb5d46
  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.