Update Rust crate serde_with to v3
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2023-05-02 00:23:12 +00:00
parent 7d92555a85
commit 2c8686e9d2
2 changed files with 7 additions and 7 deletions

View File

@ -24,7 +24,7 @@ actix-web-actors = "4.1.0"
actix-rt = "2.7.0"
uuid = { version = "1.3.2", features = ["v4"] }
rand = "0.8.5"
serde_with = "2.3.3"
serde_with = "3.0.0"
tokio = { version = "1", features = ["full"] }
semver = "1.0.14"