From 3414afe40b5140804d0a795eda0358617e4e8786 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 04:46:33 +0000 Subject: [PATCH] Update Rust crate serde to 1.0.195 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ce63b2..1786852 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.194", features = ["derive"] } +serde = { version = "1.0.195", features = ["derive"] } serde_json = "1.0.111" schemafy = "0.6.0" serde_variant = "0.1.2"