From a36a2b2d36b7063d308b07761a7582528f141493 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 04:59:54 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to 1.0.116 --- codegen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index e307b95b4..a8cbbbb71 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -31,5 +31,5 @@ bpaf = { version = "0.9.11", features = ["docgen"] } # If you update this library, be aware of the breaking changes pulldown-cmark = { version = "0.9", default-features = false } schemars = "0.8.16" -serde_json = "1.0.115" +serde_json = "1.0.116"