From fb4e802999c2f4b84fb71dca35e83a579627b1b0 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 19 Aug 2017 20:26:41 +0100 Subject: [PATCH] update quick-xml to its latest version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ed74ebbc..6aa5d6cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ license = "MIT" gitlab = { repository = "lumi/minidom-rs" } [dependencies] -quick-xml = "0.7.3" +quick-xml = "0.9.0" error-chain = "0.10.0"