build: remove serde_json from dev deps

This commit is contained in:
PoiScript 2023-11-18 22:39:17 +08:00
parent 12bee6fb6b
commit 46ed6b8d91
No known key found for this signature in database
GPG key ID: 22C2B1249D99985E

View file

@ -34,7 +34,6 @@ tracing = "0.1"
[dev-dependencies]
criterion = "0.5"
insta = "1.29"
serde_json = "1.0"
slugify = "0.1"
tracing-subscriber = { version = "0.3", features = ["fmt"] }