Skip to content

Commit f496bbb

Browse files
committed
Bump schemars to latest release
1 parent 633b929 commit f496bbb

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
@@ -47,7 +47,7 @@ features = [
4747
cfg-if = "1.0.0"
4848
scopeguard = "1.1"
4949
serde = { version = "1.0", features = ["derive"], optional = true }
50-
schemars = { package = "schemars", version = "0.8", features = ["derive"], optional = true }
50+
schemars = { package = "schemars", version = "1.2.1", features = ["derive"], optional = true }
5151

5252
[dev-dependencies]
5353
assert_hex = "0.4.1"

0 commit comments

Comments
 (0)