Skip to content

Commit 44a029c

Browse files
Update Rust crate schemars to 0.8.21
1 parent 84c45cb commit 44a029c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ prettyplease = "0.2.22"
1515
# Ideally we'd let you use no-std proptest, but proptest requires either the std
1616
# or the no_std option to be set. It won't compile without one of those two set.
1717
proptest = { version = "1.5.0", features = ["std"], default-features = false }
18-
schemars = "0.8.17"
18+
schemars = "0.8.21"
1919
serde = "1"
2020
serde_json = "1.0.115"
2121
syn = "2.0.48"

0 commit comments

Comments
 (0)