[roll] Roll fuchsia [rust-3p] Re-land "Update rustls to 0.21.7""

This patch re-lands the rustls update, which was reverted in
http://fxrev.dev/1089232, or 04c91aa757acc91cd6a83b1216f7460db9c3f422.

The issue we ran into was in `src/lib/fuchsia-hyper/src/not_fuchsia.rs`.
The old version would error out if `rustl_native_certs` failed to parse
any certificates, but didn't actually error out if it found no
certificates to try to parse. The new version treated this as an error.

The fix here then is to first check that we actually have certificates
to add before checking if we ran into any problems trying to parse them.

Note that this does not remove rustls 0.19.7, we'll remove that in a
follow on CL when this sticks.

Original-Bug: 364892934

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1112055
Original-Revision: c4e5cd5b3e74211f00147887603aa464f11ecfc3
GitOrigin-RevId: b1d6d55ffbc1ec02998f88ccbac38a7e20b11da1
Change-Id: I6eafd2ef36d7ba2607603980011d6eae547e2981
1 file changed
tree: 8e25bb794a7ade77484943e2ac1315d10426eb47
  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 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.