Merge branch 'chrono-update' into 'master'

lumi created

Update dependencies after chrono semver fail (sha, xmpp-parsers, chrono)

See merge request !30

Change summary

Cargo.toml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Detailed changes

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 = []