mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-10 20:12:25 +01:00
fix: could not find codec
in tokio_util
This commit is contained in:
parent
2de428e8eb
commit
87c9c778ee
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ exclude = [
|
|||
[dependencies]
|
||||
futures = "0.3.5"
|
||||
tokio = { version = "1.12.0", features = ["fs"] }
|
||||
tokio-util = "0.6.0"
|
||||
tokio-util = { version = "0.6.0", features = ["codec"] }
|
||||
pin-project = "1.0.3"
|
||||
bytes = "1.0.0"
|
||||
reqwest = { version = "0.11.10", features = ["json", "stream", "multipart"], default-features = false }
|
||||
|
|
Loading…
Reference in a new issue