Enabled json feature of reqwest

This commit is contained in:
2023-01-06 03:33:47 +01:00
parent 99713aa4c6
commit ee8d2fb74f
3 changed files with 8 additions and 10 deletions

View File

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