Remove the derive-error dependency.

It depends on a way too old syn crate, let’s drop it.
This commit is contained in:
Emmanuel Gil Peyrot 2019-09-05 22:25:28 +02:00
commit ed28ba1a7d
3 changed files with 105 additions and 13 deletions

View file

@ -26,4 +26,3 @@ trust-dns-proto = "0.7"
xmpp-parsers = "0.13"
idna = "0.1"
quick-xml = "0.13"
derive-error = "0.0.4"