From dfd246924327e1f6550a91ca24b309840736dc85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 04:19:38 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to 1.0.109 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2f496b1..e3576a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ maintenance = { status = "actively-developed" } [dependencies] async-trait = "0.1.75" lazy_static = "1.4.0" -serde_json = { version = "1.0.108", optional = true } +serde_json = { version = "1.0.109", optional = true } time = "0.3.31" tokio = { version = "1.35.1", features = [ "full" ] } typed-builder = "0.18.0"