Skip to content

Commit f1e0f34

Browse files
chore(deps): Update Rust crate schemars to 0.9.0
1 parent 91330bf commit f1e0f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/trycmd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ humantime-serde = "1"
5656
toml_edit = { version = "0.23.0", features = ["serde"] }
5757
escargot = { version = "0.5.13", optional = true }
5858

59-
schemars = { version = "0.8.21", features = ["preserve_order"], optional = true }
59+
schemars = { version = "0.9.0", features = ["preserve_order"], optional = true }
6060
serde_json = { version = "1.0", optional = true }
6161

6262
[lints]

0 commit comments

Comments
 (0)