diff --git a/crates/trycmd/Cargo.toml b/crates/trycmd/Cargo.toml index 42d4fdc2..824270ae 100644 --- a/crates/trycmd/Cargo.toml +++ b/crates/trycmd/Cargo.toml @@ -61,7 +61,7 @@ humantime-serde = "1" toml_edit = { version = "0.22.13", features = ["serde"] } escargot = { version = "0.5.7", optional = true } -schemars = { version = "0.8.3", features = ["preserve_order"], optional = true } +schemars = { version = "0.8.9", features = ["preserve_order"], optional = true } serde_json = { version = "1.0", optional = true } [lints]