update the presence plugin to match xmpp-parsers 0.5.0
This commit is contained in:
parent
4be13c1c01
commit
0d7074eb6e
3 changed files with 5 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue