kilork / openid

OpenID Connect Rust Library
The Unlicense
61 stars 22 forks source link

upgrade to reqwest 0.12 #51

Closed ctron closed 4 months ago

ctron commented 4 months ago

reqwest 0.12 is out and it is based on the http v1 crate.

In order to be able to provide an existing reqwest::Client and in order to reduce the number of dependencies, it would make sense to upgrade too.

ctron commented 4 months ago

Thanks!