bump base64, improves performances and reduces unsafe code

This commit is contained in:
Emmanuel Gil Peyrot 2017-06-11 15:46:31 +01:00
parent a5f87494c2
commit 8ee73e3a31

View file

@ -18,7 +18,7 @@ gitlab = { repository = "lumi/xmpp-rs" }
xml-rs = "0.4.1" xml-rs = "0.4.1"
xmpp-parsers = "0.5.0" xmpp-parsers = "0.5.0"
openssl = "0.9.12" openssl = "0.9.12"
base64 = "0.5.2" base64 = "0.6.0"
minidom = "0.4.1" minidom = "0.4.1"
jid = "0.2.1" jid = "0.2.1"
sasl = "0.4.0" sasl = "0.4.0"