Switch to tokio channels since they can now be suitably used
This commit is contained in:
parent
43c8b1cb63
commit
9437f7264a
5 changed files with 17 additions and 29 deletions
|
@ -45,14 +45,13 @@ bufstream = "0.1.0"
|
|||
bytes = "0.5.0"
|
||||
chrono = "0.4.0"
|
||||
encoding = "0.2.0"
|
||||
futures-channel = "0.3.0"
|
||||
futures-util = { version = "0.3.0", features = ["sink"] }
|
||||
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"] }
|
||||
tokio = { version = "0.3.0", features = ["net", "stream", "time", "sync"] }
|
||||
tokio-util = { version = "0.4.0", features = ["codec"] }
|
||||
|
||||
# Feature - Config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue