Add serde_json version (#3)

This commit is contained in:
Josh Kuhn 2020-12-05 17:12:38 -08:00 committed by GitHub
parent 62193135c7
commit 3383637f24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ reqwest = { version = "0.10.9", features = ["json"] }
thiserror = "^1.0.22"
serde = { version = "^1.0.117", features = ["derive"] }
tokio = { version = "^0.2.5", features = ["full"]}
serde_json = "*"
serde_json = "^1.0"
derive_builder = "0.9.0"
[dev-dependencies]