From a0b0450dac1a23433c8558459a02ae0e72dc434d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 00:09:04 +0000 Subject: [PATCH] fix(deps): update rust crate serde_with to 3.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"