From 590187086870ec6dcef207c853c86379148fc59c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 20:59:05 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.106 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 66a551b..b374a7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ log = "0.4.17" regex = "1.7.1" reqwest = { version = "0.11.14", features = ["json"] } serde = { version = "1.0.152", features = ["derive"] } -serde_json = "1.0.93" +serde_json = "1.0.106" serde_yaml = "0.9.17" once_cell = "1.17.0" thiserror = "1.0.38"