Require json feature of reqwest in prelude

This commit is contained in:
Natsu Kagami 2024-02-18 01:35:43 +01:00 committed by Natsu Kagami
parent f57cd528f3
commit 2a279e62e4

View file

@ -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"