mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
update dependencies
This commit is contained in:
parent
917b14b5d2
commit
2826f6624c
1 changed files with 3 additions and 3 deletions
|
@ -16,12 +16,12 @@ gitlab = { repository = "lumi/xmpp-rs" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
xml-rs = "0.4.1"
|
xml-rs = "0.4.1"
|
||||||
openssl = "0.9.7"
|
openssl = "0.9.12"
|
||||||
base64 = "0.5.2"
|
base64 = "0.5.2"
|
||||||
minidom = "0.3.0"
|
minidom = "0.4.1"
|
||||||
jid = "0.2.0"
|
jid = "0.2.0"
|
||||||
sasl = "0.4.0"
|
sasl = "0.4.0"
|
||||||
sha-1 = "0.3.2"
|
sha-1 = "0.3.3"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
insecure = []
|
insecure = []
|
||||||
|
|
Loading…
Reference in a new issue