From aa8018d9999496d287e70039cf0241a4b4e7ff38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Wed, 21 Aug 2019 10:32:32 +0200 Subject: [PATCH] Update to quick-xml 0.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65a72f9c..f0dd53d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +Version XXX, released YYY: + * Changes + * Update to quick-xml 0.15 Version 0.11.0, released 2019-06-14: * Breaking * Get rid of IntoElements, replace with `Into` and ` IntoIterator>` diff --git a/Cargo.toml b/Cargo.toml index 231949e7..3c13bd80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,6 @@ license = "MIT" gitlab = { repository = "lumi/minidom-rs" } [dependencies] -quick-xml = "0.14" +quick-xml = "0.15" failure = "0.1.1" failure_derive = "0.1.1"