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
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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