From a3021fe89090507c158dc897fc0453716c58ddd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 15:24:17 +0200 Subject: [PATCH] Update Rust crate serde_with to 3.8.1 (#66) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 8acaf56..9a1e482 100644 --- a/cdviz-collector/Cargo.toml +++ b/cdviz-collector/Cargo.toml @@ -40,7 +40,7 @@ reqwest-middleware = "0.2" reqwest-tracing = "0.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -serde_with = "3.7" +serde_with = "3.8.1" sqlx = { version = "0.7", features = [ "postgres", "runtime-tokio",