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 dependencies #80

Closed steven-joruk closed 4 years ago

steven-joruk commented 4 years ago

I was also also going to open a PR to add a feature for async Channel::from_url but I guess tokio and reqwest's support is very close to being out of alpha.

DCjanus commented 4 years ago

LGTM

tafia commented 4 years ago

Be careful, now quick-xml will work only for utf8 per default. To get all encodings you must activate the encodings derive.

DCjanus commented 4 years ago

That's my mistake, I'm going to check about those.

steven-joruk commented 4 years ago

Sorry about that, and well spotted @tafia