kpcyrd / rebuilderd

Independent verification of binary packages - reproducible builds
GNU General Public License v3.0
356 stars 25 forks source link

Convert blocking reqwest client to async #57

Closed kpcyrd closed 3 years ago

kpcyrd commented 3 years ago

async/await was more difficult to use with the libraries that have been around at that time, updating this to the current async/await.

@joyliu-q, this has solved the problem for me locally, if it works for you I'd go ahead and merge this, then close #56. Please let me know if there are any issues.

Thanks again for reporting!