Skip to content

Commit

Permalink
infra: switch to rustls in reqwest dep for trpl
Browse files Browse the repository at this point in the history
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
chriskrycho committed Oct 28, 2024
1 parent aa5427d commit a30ee35
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 310 deletions.
Loading

0 comments on commit a30ee35

Please sign in to comment.