-
- Downloads
Merge branch 'reqwest-tls-native-roots' into 'next'
Use native root CA certificates for reqwest See merge request famedly/conduit!329
No related branches found
No related tags found
... | @@ -48,7 +48,7 @@ rand = "0.8.4" | ... | @@ -48,7 +48,7 @@ rand = "0.8.4" |
# Used to hash passwords | # Used to hash passwords | ||
rust-argon2 = "0.8.3" | rust-argon2 = "0.8.3" | ||
# Used to send requests | # Used to send requests | ||
reqwest = { default-features = false, features = ["rustls-tls", "socks"], git = "https://github.com/timokoesters/reqwest", rev = "57b7cf4feb921573dfafad7d34b9ac6e44ead0bd" } | reqwest = { default-features = false, features = ["rustls-tls-native-roots", "socks"], git = "https://github.com/timokoesters/reqwest", rev = "57b7cf4feb921573dfafad7d34b9ac6e44ead0bd" } | ||
# Used for conduit::Error type | # Used for conduit::Error type | ||
thiserror = "1.0.28" | thiserror = "1.0.28" | ||
# Used to generate thumbnails for images | # Used to generate thumbnails for images | ||
... | ... |
Please register or sign in to comment