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

This commit is contained in:
Eray Karatay 2023-01-03 23:14:24 +03:00 committed by GitHub
parent cad6611bf7
commit 949da2b300
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"] }