update quick_xml and migrate from error-chain to failure
This commit is contained in:
parent
055caa8e24
commit
236582b24e
5 changed files with 61 additions and 42 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue