summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-04-28 19:49:42 +0000
committerGitHub <noreply@github.com>2024-04-28 19:49:42 +0000
commitf52af9b5aaab1e70cd9f1e8aafbe992ede463530 (patch)
tree13e73803c9aa993041e215c07d4f22a565249a8c /Cargo.toml
parentefb9ea110c7f4917c7b431f6d92def7e6fbd9d11 (diff)
build(deps): update rust crate schemars to 0.8.17
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 2cfe136e8..ab8e81167 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.16"
+version = "0.8.17"
optional = true
features = ["preserve_order", "indexmap2"]