update quick_xml and migrate from error-chain to failure

This commit is contained in:
Emmanuel Gil Peyrot 2018-02-18 19:54:09 +01:00
commit 236582b24e
5 changed files with 61 additions and 42 deletions

View file

@ -20,5 +20,6 @@ license = "MIT"
gitlab = { repository = "lumi/minidom-rs" }
[dependencies]
quick-xml = "0.10.0"
error-chain = "0.11.0"
quick-xml = "0.11.0"
failure = "0.1.1"
failure_derive = "0.1.1"