build(deps): update rust crate schemars to 0.8.13

This commit is contained in:
renovate[bot] 2023-08-28 23:14:50 +00:00 committed by GitHub
parent 23c8146681
commit 1c529c6996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -2750,9 +2750,9 @@ dependencies = [
[[package]]
name = "schemars"
version = "0.8.12"
version = "0.8.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02c613288622e5f0c3fdc5dbd4db1c5fbe752746b1d1a56a0630b78fd00de44f"
checksum = "763f8cd0d4c71ed8389c90cb8100cba87e763bd01a8e614d4f0af97bcd50a161"
dependencies = [
"dyn-clone",
"indexmap 1.9.3",
@ -2763,9 +2763,9 @@ dependencies = [
[[package]]
name = "schemars_derive"
version = "0.8.12"
version = "0.8.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "109da1e6b197438deb6db99952990c7f959572794b80ff93707d55a232545e7c"
checksum = "ec0f696e21e10fa546b7ffb1c9672c6de8fbc7a81acf59524386d8639bf12737"
dependencies = [
"proc-macro2",
"quote",

View File

@ -96,7 +96,7 @@ home = "0.5.5"
shell-words = "1.1.0"
[dependencies.schemars]
version = "0.8.12"
version = "0.8.13"
optional = true
features = ["preserve_order", "indexmap"]