1
0
mirror of https://gitlab.com/xmpp-rs/xmpp-rs.git synced 2024-07-01 02:48:42 +02:00

update base64 dependency

This commit is contained in:
Emmanuel Gil Peyrot 2017-05-06 13:29:32 +01:00
parent a8fe78704b
commit 3a7a0f225f

View File

@ -18,7 +18,7 @@ default = ["scram"]
scram = ["openssl"]
[dependencies]
base64 = "0.4.0"
base64 = "0.5.0"
[dependencies.openssl]
version = "0.9.7"