mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Fix: Load system-wide native cert on rustls (#1589)
* Fix: Load system-wide native cert on rustls Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * Update `Cargo.lock` Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> --------- Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
9cf7b15df8
commit
6dc2a0a823
2 changed files with 15 additions and 0 deletions
|
@ -66,6 +66,8 @@ rustls = [
|
|||
"__tls",
|
||||
|
||||
"reqwest/rustls-tls",
|
||||
"reqwest/rustls-tls-webpki-roots",
|
||||
"reqwest/rustls-tls-native-roots",
|
||||
|
||||
# Enable the following features only if hickory-resolver is enabled.
|
||||
"hickory-resolver?/dns-over-rustls",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue