diff --git a/Cargo.toml b/Cargo.toml index 85d7de0..cde48fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ debug_print = [] [dependencies] lazy_static = "1.4.0" regex = "1.3.9" -chrono = "0.4.11" +chrono = { version = "0.4.11", default-features = false, features = ["serde", "std"] } tokio = { version = "1.0.1", features = ["net", "io-util"] } tokio-rustls = { version = "0.23.0", optional = true }