Skip to content

Commit

Permalink
feat: Allow selecting webpki for reqwest (#4303)
Browse files Browse the repository at this point in the history
add support for webpki
  • Loading branch information
arlyon authored Mar 2, 2024
1 parent 4624074 commit 4d5df20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ trust-dns = ["reqwest/trust-dns"]

# Enable rustls for TLS support
rustls = ["reqwest/rustls-tls-native-roots"]
rustls-webpki = ["reqwest/rustls-tls-webpki-roots"]
# Enable native-tls for TLS support
native-tls = ["reqwest/native-tls"]
# Enable vendored native-tls for TLS support
Expand Down

0 comments on commit 4d5df20

Please sign in to comment.