From ff2489fc3d7eb14683be1865a49bde7844832c51 Mon Sep 17 00:00:00 2001 From: Edgar Date: Sun, 14 Feb 2021 10:47:45 +0100 Subject: [PATCH] upd deps --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4197cfc..cf26270 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sitewriter" -version = "0.3.1" +version = "0.3.2" authors = ["Edgar "] edition = "2018" description = "A sitemap writing library." @@ -12,5 +12,5 @@ keywords = ["sitemap", "sitemapindex", "xml", "parser"] categories = ["parsing"] [dependencies] -chrono = "0.4" -quick-xml = "0.20" +chrono = "0.4.19" +quick-xml = "0.21.0"