Update Rust crate schemars to 0.8.12

This commit is contained in:
renovate[bot]
2023-04-23 20:04:20 +00:00
committed by Abhishek Chanda
parent 98914649d6
commit 3a2d1da053

View File

@ -12,7 +12,7 @@ edition = "2021"
[dependencies]
serde = { version = "1", optional = true }
schemars = { version = "0.8.10", optional = true }
schemars = { version = "0.8.12", optional = true }
[dev-dependencies]
serde_json = "1.0"