rust-syndication / rss

Library for serializing the RSS web content syndication format
https://crates.io/crates/rss
Apache License 2.0
419 stars 52 forks source link

Update to reqwest version 0.9.2 #72

Closed chess-seventh closed 5 years ago

chess-seventh commented 5 years ago

Hello,

This is my all-time first pull request, please be kind if I am not following some contribution guidelines. :)

I have updated in the Cargo.toml to use the crate reqwest version of 0.9.2.

I have encountered an issue while compiling with my OpenSSL 1.1.0 version (I am running ArchLinux). The problem encountered led that the version 0.8 of reqwest crate depended on older versions of the hyper-tls crate and so on, till openssl, which led to an uncompatibility with my system's version of OpenSSL.

Chess.

DCjanus commented 5 years ago

ArchLinux user too. And this pull request looks good to me.

DCjanus commented 5 years ago

Merged and published, Try to cargo update. @chess-seventh