The `chrono` crate has a dependency on an old version of `time` which
has a potential segfault. We therefore disable the default features.
hex = "0.3"
libc = "0.2"
-chrono = "0.4"
+chrono = { version = "0.4", default-features = false, features = ["clock"] }
rand = "0.4"
serde_json = { version = "1.0" }
tokio = { version = "1", features = [ "io-util", "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] }