Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
infra: switch to
rustls
in reqwest
dep for trpl
Set `reqwest.default-features = false`, since it includes `native-tls` by default, and explicitly opt into `rustls-tls` instead. This also implicitly drops http2 support, but we do not use that in the examples, so that is actually just a small win.
- Loading branch information