diff --git a/Cargo.toml b/Cargo.toml index e1093280..47fc1f96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,14 +16,14 @@ gitlab = { repository = "lumi/xmpp-rs" } [dependencies] xml-rs = "0.4.1" -xmpp-parsers = "0.5.0" +xmpp-parsers = "0.6.0" openssl = "0.9.12" base64 = "0.6.0" minidom = "0.4.1" jid = "0.2.1" sasl = "0.4.0" -sha-1 = "0.3.3" -chrono = "0.3.1" +sha-1 = "0.4" +chrono = "0.4.0" [features] insecure = []