From 949da2b3002f9568a86f9e2eddec34056ad858db Mon Sep 17 00:00:00 2001 From: Eray Karatay <70590982+programatik29@users.noreply.github.com> Date: Tue, 3 Jan 2023 23:14:24 +0300 Subject: [PATCH] axum-extra: Add serde_json as dev-dependency (#1673) --- axum-extra/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml index a100ec4e..e3bbd9d7 100644 --- a/axum-extra/Cargo.toml +++ b/axum-extra/Cargo.toml @@ -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"] }