fix: remove serde_with json feature
This commit is contained in:
parent
1a22dc835a
commit
596b9c4d4a
6 changed files with 19 additions and 19 deletions
|
|
@ -44,8 +44,8 @@ tokio = { version = "1.20.0", features = ["macros", "time"] }
|
|||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0.82"
|
||||
serde_with = { version = "3.0.0", default-features = false, features = [
|
||||
"alloc",
|
||||
"macros",
|
||||
"json",
|
||||
] }
|
||||
serde_plain = "1.0.1"
|
||||
rand = "0.8.5"
|
||||
|
|
|
|||
Reference in a new issue