dmfutcher / rustfm-scrobble

Last.fm Scrobble API for Rust
MIT License
34 stars 11 forks source link

Update reqwest version to 0.9.15 #27

Closed InputUsername closed 5 years ago

InputUsername commented 5 years ago

Apparently the changes from #25 were lost, causing the crate to fail to build due to an out of date OpenSSL version. This PR updates the reqwest dependency so that it builds again.

dmfutcher commented 5 years ago

Thanks @InputUsername, appreciated. I'll try to do a release as soon as possible.

InputUsername commented 5 years ago

Great, thank you.