mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-24 23:57:38 +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"] }
|
serde = { version = "1.0.101", features = ["derive"] }
|
||||||
|
|
||||||
tokio = { version = "0.2.11", features = ["full"] }
|
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"] }
|
reqwest = { version = "0.10", features = ["json", "stream"] }
|
||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
|
|
Loading…
Add table
Reference in a new issue