From 370fb1c0885830e593e78fdc020015c9ee9587eb Mon Sep 17 00:00:00 2001 From: John-John Tedro Date: Wed, 28 Oct 2020 03:47:07 +0100 Subject: [PATCH] Bump and re-use a few unused deps --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 83e63dd..7e56736 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }