TrueLayer / reqwest-middleware

Wrapper around reqwest to allow for client middleware chains.
Apache License 2.0
257 stars 78 forks source link

fix: v0.12.6 reqwest compatibility #183

Closed kyle-mccarthy closed 1 month ago

kyle-mccarthy commented 1 month ago

closes #182

In v0.12.6 reqwest added an additional tower::Service impl on Client. These changes add type annotations to disambiguate the intended impl.

pvichivanives commented 1 month ago

Hi! 0.12.7 has just been pushed reverting this