mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
Upgrade tokio-util to 0.3
This commit is contained in:
parent
6ad4e21264
commit
b7a551a937
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ serde_json = "1.0.44"
|
|||
serde = { version = "1.0.101", features = ["derive"] }
|
||||
|
||||
tokio = { version = "0.2.11", features = ["full"] }
|
||||
tokio-util = { version = "0.2.0", features = ["full"] }
|
||||
tokio-util = { version = "0.3.0", features = ["full"] }
|
||||
|
||||
reqwest = { version = "0.10", features = ["json", "stream"] }
|
||||
log = "0.4.8"
|
||||
|
|
Loading…
Reference in a new issue