From 4064099742635cfff131745221ffd9637c13ad8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:43:59 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to 1.0.133 (#1486) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 237898d9..66a7329e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,4 +48,4 @@ pulldown-cmark = "0.10.3" schemars = "0.8.21" serde = "1.0.210" - serde_json = "1.0.132" + serde_json = "1.0.133"