Skip to content

Commit cd6d2ff

Browse files
committed
fix(trycmd) bump schemars to 0.8.9 to fix minimal-versions
1 parent 15a2c38 commit cd6d2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: crates/trycmd/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ humantime-serde = "1"
6161
toml_edit = { version = "0.22.13", features = ["serde"] }
6262
escargot = { version = "0.5.7", optional = true }
6363

64-
schemars = { version = "0.8.3", features = ["preserve_order"], optional = true }
64+
schemars = { version = "0.8.9", features = ["preserve_order"], optional = true }
6565
serde_json = { version = "1.0", optional = true }
6666

6767
[lints]

0 commit comments

Comments
 (0)