Merge branch 'chrono-update' into 'master'
Update dependencies after chrono semver fail (sha, xmpp-parsers, chrono) See merge request !30
This commit is contained in:
commit
fcaa29d9c2
1 changed files with 3 additions and 3 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Reference in a new issue