Switched from time to chrono.

This commit is contained in:
Aaron Weiss 2017-06-28 22:24:23 -07:00
parent f0fa03e70a
commit ccefda229b
No known key found for this signature in database
GPG key ID: 0237035D9BF03AE2
5 changed files with 10 additions and 10 deletions

View file

@ -18,11 +18,11 @@ nochanlists = []
[dependencies]
bufstream = "0.1"
bytes = "0.4"
chrono = "0.4"
encoding = "0.2"
error-chain = "0.10"
futures = "0.1"
native-tls = "0.1"
time = "0.1"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"