diff --git a/Cargo.toml b/Cargo.toml index 39353c9..df087c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"