From b6c8c7870f5fe78070ee4a9d217cbf5d6bd2f650 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Jun 2023 02:53:27 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.97 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 66a551b..56b7a3c 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.97" serde_yaml = "0.9.17" once_cell = "1.17.0" thiserror = "1.0.38"