parent
a086e0913c
commit
52eca3642e
1 changed files with 1 additions and 1 deletions
|
@ -20,5 +20,5 @@ default = ["tokio", "tokio-util", "bytes"]
|
||||||
bytes = { version = "0.5", optional = true }
|
bytes = { version = "0.5", optional = true }
|
||||||
encoding = "0.2"
|
encoding = "0.2"
|
||||||
thiserror = "1.0.2"
|
thiserror = "1.0.2"
|
||||||
tokio-util = { version = "0.2.0", optional = true }
|
tokio-util = { version = "0.2.0", features = ["codec"], optional = true }
|
||||||
tokio = { version = "0.2.0", optional = true }
|
tokio = { version = "0.2.0", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue