Enabled json feature of reqwest
This commit is contained in:
@@ -20,7 +20,7 @@ tokio = { version = "1", features = ["full"] }
|
||||
toml = "0.5.10"
|
||||
dotenv = "0.15.0"
|
||||
anyhow = "1.0.68"
|
||||
reqwest = "0.11.13"
|
||||
reqwest = { version = "0.11.13", features = ["json"] }
|
||||
axum = "0.6.1"
|
||||
serde_repr = "0.1.10"
|
||||
tracing = "0.1.37"
|
||||
|
||||
Reference in New Issue
Block a user