From 72c63920a8b0d20f956696add58d602855bed7bd Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Sun, 21 Oct 2018 20:24:32 +0200 Subject: [PATCH] Update quick-xml and bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3f49a66c..fa66cfe3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minidom" -version = "0.9.1" +version = "0.10.0" authors = [ "lumi ", "Emmanuel Gil Peyrot ", @@ -20,6 +20,6 @@ license = "MIT" gitlab = { repository = "lumi/minidom-rs" } [dependencies] -quick-xml = "0.12.1" +quick-xml = "0.13" failure = "0.1.1" failure_derive = "0.1.1"