diff --git a/Cargo.toml b/Cargo.toml index 7e5adff..de5263c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,5 +9,5 @@ keywords = ["atom", "blog", "feed", "rss", "syndication"] exclude = ["test-data/*"] [dependencies] -atom_syndication = "0.11" +atom_syndication = "0.12" rss = "2.0"