deps: Remove useless serde_json in normal deps

This commit is contained in:
FloRide1 2024-09-20 16:56:32 +02:00
parent a12fdc7d61
commit ca708860bc
No known key found for this signature in database
GPG key ID: A771F2D2BD20B4B4

View file

@ -25,7 +25,6 @@ serde = "1.0"
futures-util = "0.3"
reqwest = { version = "0.11", default-features = false }
urlencoding = "2.1"
serde_json = "1.0.128"
[dev-dependencies]
axum-test = "15.7.1"