mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
update to the latest xml-rs and minidom
This commit is contained in:
parent
b8fda8ea6a
commit
31f78b9f5f
1 changed files with 2 additions and 2 deletions
|
@ -15,10 +15,10 @@ license = "LGPL-3.0+"
|
||||||
gitlab = { repository = "lumi/xmpp-rs" }
|
gitlab = { repository = "lumi/xmpp-rs" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
xml-rs = "0.3.6"
|
xml-rs = "0.4.1"
|
||||||
openssl = "0.9.7"
|
openssl = "0.9.7"
|
||||||
base64 = "0.5.2"
|
base64 = "0.5.2"
|
||||||
minidom = "0.2.0"
|
minidom = "0.3.0"
|
||||||
jid = "0.2.0"
|
jid = "0.2.0"
|
||||||
sasl = "0.3.0"
|
sasl = "0.3.0"
|
||||||
sha-1 = "0.3.2"
|
sha-1 = "0.3.2"
|
||||||
|
|
Loading…
Reference in a new issue