summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-05-06 19:45:17 +0000
committerGitHub <noreply@github.com>2024-05-06 19:45:17 +0000
commit71d4b8544d5a2376146479bd2be7c59d551895ca (patch)
treece3b369a3c1ff8235c4756ff3ec59553008ec1fb /Cargo.toml
parent2eb5e7e73451a8113b32fdbeca8e0c684b776e05 (diff)
build(deps): update rust crate schemars to 0.8.19
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f4d2724f0..3ecb898cf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -96,7 +96,7 @@ home = "0.5.9"
shell-words = "1.1.0"
[dependencies.schemars]
-version = "0.8.17"
+version = "0.8.19"
optional = true
features = ["preserve_order", "indexmap2"]