axum-extra: Add serde_json as dev-dependency (#1673)

This commit is contained in:
Eray Karatay
2023-01-03 21:14:24 +01:00
committed by GitHub
parent cad6611bf7
commit 949da2b300
+1
View File
@@ -64,6 +64,7 @@ futures = "0.3"
hyper = "0.14"
reqwest = { version = "0.11", default-features = false, features = ["json", "stream", "multipart"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.71"
tokio = { version = "1.14", features = ["full"] }
tower = { version = "0.4", features = ["util"] }