From df0a3b6a1389c83ca0350c9fe95fec2a717eaa1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 00:49:26 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to 1.0.105 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a6d5e8a..da30cfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ kebab_case = [] words = ["regex"] [dependencies] -serde_json = { version = "1.0.100", optional = true } +serde_json = { version = "1.0.105", optional = true } regex = { version = "1.9.5", optional = true } unicode-normalization = { version = "0.1.22", optional = true } log = { version = "0.4.20", optional = true }