chore: update serde_with to 3.0.0

This commit is contained in:
ThetaDev 2023-05-06 21:24:42 +02:00
parent 2241223c9f
commit 923e47e5cf
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ reqwest = { version = "0.11.11", default-features = false, features = [
tokio = { version = "1.20.0", features = ["macros", "time"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.82"
serde_with = { version = "2.0.0", features = ["json"] }
serde_with = { version = "3.0.0", features = ["json"] }
rand = "0.8.5"
time = { version = "0.3.15", features = [
"macros",