From 1919e388416e4b070736d67fca8d8f9fd27e7019 Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Sat, 8 Apr 2023 16:36:03 +0900 Subject: [PATCH] remove serde_json --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6e8f83e..d271be8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,6 @@ license = "MIT" bytes = "1.4.0" reqwest = { version = "0.11.16", default-features = false, features = ["json", "rustls"] } serde = { version = "1.0.159", features = ["derive"] } -serde_json = "1.0.95" [dev-dependencies] tokio = { version = "1.27.0", features = ["full"] }