diff --git a/Cargo.toml b/Cargo.toml index 1ef40f0..947d1d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ tls-rust = ["tokio-rustls", "webpki-roots"] [dependencies] -chrono = "0.4.0" +chrono = { version = "0.4", default-features = false, features = ["clock", "std"] } encoding = "0.2.0" futures-util = { version = "0.3.0", default-features = false, features = ["alloc", "sink"] } irc-proto = { version = "0.15.0", path = "irc-proto" }