pierresouchay / consul-rust

Rust client libray for Consul HTTP API
Apache License 2.0
93 stars 48 forks source link

Modernize depency on reqwest and tls impl #19

Closed rodoyle closed 5 years ago

rodoyle commented 5 years ago

This PR updates the dependencies to the latest reqwest and error_chain crates, both of which have undergone an API update in the last year. This results in significantly reduced build conflicts surrounding the use of native-tls, openssl, and openssl-sys and reduces the need to have multiple openssl implementations in parallel.