From 7906bddb59f82d124a66fe0276d65b9f19d13a45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 03:44:03 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to 1.0.108 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9f4bd39..e008559 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ tokio = { version = "1.34.0", default-features = false, features = ["rt-multi-th tokio-stream = { version = "0.1.14", features = ["net"] } tracing = "0.1.40" tracing-subscriber = "0.3.18" -serde_json = "1.0.107" +serde_json = "1.0.108" clap = "4.4.10" [package.metadata.cross.build]