fix(deps): update rust crate serde_with to 3.8

This commit is contained in:
renovate[bot] 2024-04-25 00:09:04 +00:00 committed by GitHub
parent ff71300bb4
commit a0b0450dac
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.7", features = ["json"] }
serde_with = { version = "3.8", features = ["json"] }
rvstruct = "0.3"
rsb_derive = "0.5"
futures = "0.3"