From 769821141b94c295d035c85d9e813f3ecfcac030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Wed, 12 Jun 2019 18:23:32 +0200 Subject: [PATCH] Update quick-xml dependency to 0.14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fa66cfe3..1ffa9b79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,6 @@ license = "MIT" gitlab = { repository = "lumi/minidom-rs" } [dependencies] -quick-xml = "0.13" +quick-xml = "0.14" failure = "0.1.1" failure_derive = "0.1.1"