chore: update serde_with to 3.0.0
This commit is contained in:
parent
2241223c9f
commit
923e47e5cf
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Reference in a new issue