Related to https://github.com/sfackler/rust-openssl/issues/994
reqwest is pulling in 0.9.24, according to this thread it's recomended to use 0.10.X of openssl. I'm not able to compile reqwest or a project that depends on reqwest on my archlinux system.
I think fix was added here: https://github.com/seanmonstar/reqwest/commit/11f8588989f6bea0c8daa59cd4ae2a91cf451dd2#diff-80398c5faae3c069e4e6aa2ed11b28c0R26, but there is no release with that commit.
Relevant reddit discussion: https://www.reddit.com/r/rust/comments/9g1xuv/reqwest_fails_to_build_on_a_newly_updated_arch/
This should do:
reqwest = { git = "https://github.com/seanmonstar/reqwest" }
v0.9 has been published with the native-tls upgrade.
@seanmonstar thanks for the release! The upgrade went very smoothly for me.
Most helpful comment
v0.9 has been published with the native-tls upgrade.