Bump and re-use a few unused deps
This commit is contained in:
parent
9437f7264a
commit
370fb1c088
1 changed files with 0 additions and 3 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Reference in a new issue