Bump and re-use a few unused deps

This commit is contained in:
John-John Tedro 2020-10-28 03:47:07 +01:00
parent 9437f7264a
commit 370fb1c088

View file

@ -41,15 +41,12 @@ tls-rust = ["tokio-rustls", "webpki-roots"]
[dependencies]
bufstream = "0.1.0"
bytes = "0.5.0"
chrono = "0.4.0"
encoding = "0.2.0"
futures-util = { version = "0.3.0", default-features = false, features = ["sink"] }
irc-proto = { version = "0.14.0", path = "irc-proto" }
log = "0.4.0"
parking_lot = "0.11.0"
pin-utils = "0.1.0-alpha.4"
thiserror = "1.0.0"
tokio = { version = "0.3.0", features = ["net", "stream", "time", "sync"] }
tokio-util = { version = "0.4.0", features = ["codec"] }