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:
@@ -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| {
|
||||
|
||||
Reference in New Issue
Block a user