diff --git a/Cargo.toml b/Cargo.toml index 66090bc1780ede651079319ec7911c776d38f6e7..ac855fb2cd6b489e7747654080e3954a136cc4e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,10 +15,10 @@ license = "LGPL-3.0+" gitlab = { repository = "lumi/xmpp-rs" } [dependencies] -xml-rs = "0.3.6" +xml-rs = "0.4.1" openssl = "0.9.7" base64 = "0.5.2" -minidom = "0.2.0" +minidom = "0.3.0" jid = "0.2.0" sasl = "0.3.0" sha-1 = "0.3.2"