From d7f69aaa0ff4f18ba4a86d29b56b79dcfac8be45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 13:39:08 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to 1.0.116 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 90caeca..1f98e49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ maintenance = { status = "actively-developed" } async-trait = "0.1.80" lazy_static = "1.4" mockall = { version = "0.12.1", optional = true } -serde_json = { version = "1.0", optional = true } +serde_json = { version = "1.0.116", optional = true } time = "0.3" tokio = { version = "1.37", features = [ "full" ] } typed-builder = "0.18"