error: Remove std::error::Error implementation as it conflicts with failure.
This commit is contained in:
parent
208e280067
commit
fab99c9004
2 changed files with 2 additions and 18 deletions
|
|
@ -13,8 +13,8 @@ categories = ["parsing", "network-programming"]
|
|||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
minidom = { version = "0.7.0" }
|
||||
jid = { version = "0.4.0", features = ["minidom"] }
|
||||
minidom = { version = "0.8.0" }
|
||||
jid = { version = "0.5.0", features = ["minidom"] }
|
||||
base64 = "0.9.0"
|
||||
digest = "0.7.1"
|
||||
sha-1 = "0.7.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue