From 525c7583347c20b3573c099564d763be31a27da9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 00:59:02 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to 1.0.112 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d4d2df6..a6bf2c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ tokio = { version = "1.35.1", 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.111" +serde_json = "1.0.112" clap = "4.4.18" [package.metadata.cross.build]