From 975f703a774588eb4df9838587c1b86f29d26294 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 12:06:43 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.110 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 171c80e..4a44006 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ build-with-local-schema = [] # empty feature for build with local jsonschema fil [dependencies] serde = { version = "1.0.194", features = ["derive"] } -serde_json = "1.0.109" +serde_json = "1.0.110" schemafy = "0.6.0" serde_variant = "0.1.2"