From fb70bbe6f0e837a07cd48c8a4dea1bef70642644 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 03:02:23 +0000 Subject: [PATCH] Update Rust crate serde to 1.0.192 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5f0563f..c262848 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ default = [] build-with-local-schema = [] # empty feature for build with local jsonschema files(for docs.rs) [dependencies] -serde = { version = "1.0.191", features = ["derive"] } +serde = { version = "1.0.192", features = ["derive"] } serde_json = "1.0.108" schemafy = "0.6.0" serde_variant = "0.1.2"