mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-08 19:33:53 +01:00
Use only required tokio-util features
This commit is contained in:
parent
337b89112b
commit
62a116dbc0
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ serde_json = "1.0.55"
|
|||
serde = { version = "1.0.114", features = ["derive"] }
|
||||
|
||||
tokio = { version = "0.2.21", features = ["fs", "stream"] }
|
||||
tokio-util = { version = "0.3.1", features = ["full"] }
|
||||
tokio-util = "0.3.1"
|
||||
|
||||
reqwest = { version = "0.10.6", features = ["json", "stream"] }
|
||||
log = "0.4.8"
|
||||
|
|
Loading…
Reference in a new issue