Break the world
This commit is contained in:
parent
6ad21dbf83
commit
862edfde58
1 changed files with 4 additions and 4 deletions
|
@ -15,12 +15,12 @@ license = "LGPL-3.0+"
|
||||||
gitlab = { repository = "lumi/xmpp-rs" }
|
gitlab = { repository = "lumi/xmpp-rs" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
xml-rs = "0.4.1"
|
quick-xml = "0.10.0"
|
||||||
xmpp-parsers = "0.7.0"
|
xmpp-parsers = "0.9.0"
|
||||||
openssl = "0.9.12"
|
openssl = "0.9.12"
|
||||||
base64 = "0.6.0"
|
base64 = "0.6.0"
|
||||||
minidom = "0.4.1"
|
minidom = "0.7.0"
|
||||||
jid = "0.2.1"
|
jid = { version = "0.4", features = ["minidom"] }
|
||||||
sasl = "0.4.0"
|
sasl = "0.4.0"
|
||||||
sha-1 = "0.4"
|
sha-1 = "0.4"
|
||||||
chrono = "0.4.0"
|
chrono = "0.4.0"
|
||||||
|
|
Loading…
Reference in a new issue