mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-19 16:58:55 +00:00
Require json feature of reqwest in prelude
This commit is contained in:
parent
f57cd528f3
commit
2a279e62e4
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ futures-util = "0.3.21"
|
||||||
tokio = { version = "1.19.2", features = ["time"] }
|
tokio = { version = "1.19.2", features = ["time"] }
|
||||||
youmubot-db = { path = "../youmubot-db" }
|
youmubot-db = { path = "../youmubot-db" }
|
||||||
youmubot-db-sql = { path = "../youmubot-db-sql" }
|
youmubot-db-sql = { path = "../youmubot-db-sql" }
|
||||||
reqwest = "0.11.10"
|
reqwest = { version = "0.11.10", features = ["json"] }
|
||||||
chrono = "0.4.19"
|
chrono = "0.4.19"
|
||||||
flume = "0.10.13"
|
flume = "0.10.13"
|
||||||
dashmap = "5.3.4"
|
dashmap = "5.3.4"
|
||||||
|
|
Loading…
Add table
Reference in a new issue