diff --git a/crates/trycmd/Cargo.toml b/crates/trycmd/Cargo.toml index 232ba13..ec0214e 100644 --- a/crates/trycmd/Cargo.toml +++ b/crates/trycmd/Cargo.toml @@ -56,7 +56,7 @@ humantime-serde = "1" toml_edit = { version = "0.23.5", features = ["serde"] } escargot = { version = "0.5.14", optional = true } -schemars = { version = "0.8.22", features = ["preserve_order"], optional = true } +schemars = { version = "0.9.0", features = ["preserve_order"], optional = true } serde_json = { version = "1.0", optional = true } [lints]