update the presence plugin to match xmpp-parsers 0.5.0

This commit is contained in:
Emmanuel Gil Peyrot 2017-05-28 17:15:02 +01:00
commit 0d7074eb6e
3 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@ gitlab = { repository = "lumi/xmpp-rs" }
[dependencies]
xml-rs = "0.4.1"
xmpp-parsers = "0.4.0"
xmpp-parsers = "0.5.0"
openssl = "0.9.12"
base64 = "0.5.2"
minidom = "0.4.1"