pierresouchay / consul-rust

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

Upgrade reqwest #51

Closed tomers closed 3 years ago

tomers commented 3 years ago

There's all kind of issue that I encountered due to the dependency with a rather old reqwest package. Could you please pin it to ^0.11 instead of ^0.9, and possibly update all other dependencies? Thanks!