diff --git a/Cargo.toml b/Cargo.toml index cfdda7a..a4385f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ tls-rust = ["tokio-rustls", "webpki-roots"] [dependencies] chrono = "0.4.0" encoding = "0.2.0" -futures-util = { version = "0.3.0", default-features = false, features = ["sink"] } +futures-util = { version = "0.3.0", default-features = false, features = ["alloc", "sink"] } irc-proto = { version = "0.14.0", path = "irc-proto" } log = "0.4.0" parking_lot = "0.11.0"