fix(deps): update rust crate serde_with to 3.7 (#251)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-03-12 08:18:07 +01:00 committed by GitHub
parent f0f23caec0
commit 8fcca12b96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ axum = ["hyper", "dep:axum", "dep:tower"]
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = { version = "3.6", features = ["json"] }
serde_with = { version = "3.7", features = ["json"] }
rvstruct = "0.3"
rsb_derive = "0.5"
futures = "0.3"