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

@ -10,7 +10,7 @@ tokio = { version = "1.20.0", features = ["macros", "rt-multi-thread"] }
futures = "0.3.21"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.82"
serde_with = "2.0.0"
serde_with = "3.0.0"
anyhow = "1.0"
log = "0.4.17"
env_logger = "0.10.0"