From 1d5276ccbdc36e280af6af4da2f2148df0a22385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Tue, 15 Oct 2019 23:50:35 +0200 Subject: [PATCH] Update quick-xml dep to 0.17 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 292b2e01..e46db5a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ edition = "2018" gitlab = { repository = "lumi/minidom-rs" } [dependencies] -quick-xml = "0.16" +quick-xml = "0.17" [features] default = ["comments"]