From eafa4e16ccfe2d20c6ec3c3eadfffe9872b44e1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 23:17:35 +0000 Subject: [PATCH] Update Rust crate serde_with to 3.7 --- cdviz-collector/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdviz-collector/Cargo.toml b/cdviz-collector/Cargo.toml index 8a4f645..d553fcb 100644 --- a/cdviz-collector/Cargo.toml +++ b/cdviz-collector/Cargo.toml @@ -35,7 +35,7 @@ reqwest-middleware = "0.2" reqwest-tracing = "0.4" serde = { workspace = true } serde_json = { workspace = true } -serde_with = "3.6" +serde_with = "3.7" sqlx = { version = "0.7", features = [ "postgres", "runtime-tokio",