Update deps and bump rss crate.

My PR for Channelinto_items() went through and a new rss
release in is already available!
This commit is contained in:
Jordan Petridis
2018-04-19 08:07:02 +03:00
parent a68987f257
commit 09359a8df3
5 changed files with 84 additions and 70 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ impl Feed {
}
fn index_channel_items(self, pd: Podcast) -> Box<Future<Item = (), Error = DataError> + Send> {
let stream = stream::iter_ok::<_, DataError>(self.channel.items_owned());
let stream = stream::iter_ok::<_, DataError>(self.channel.into_items());
// Parse the episodes
let episodes = stream.filter_map(move |item| {