Update dependancies.

This commit is contained in:
Jordan Petridis
2017-11-01 10:54:36 +02:00
parent c942e357b7
commit 0e6b6b2cce
6 changed files with 127 additions and 128 deletions
-2
View File
@@ -3,8 +3,6 @@ use rfc822_sanitizer::parse_from_rfc2822_with_fallback;
use models;
// TODO: look into how bad-utf8 is handled in rss crate,
// and figure if there is a need for checking before parsing.
// TODO: Extend the support for parsing itunes extensions
/// Parses a `rss::Channel` into a `NewPodcast` Struct.
pub fn parse_podcast(chan: &Channel, source_id: i32) -> models::NewPodcast {