Skip to content

Commit bf4fff4

Browse files
build(deps): update rust crate schemars to 1.2.1
1 parent 6c8746d commit bf4fff4

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
@@ -18,7 +18,7 @@ config-schema = ["schemars", "serde"]
1818
[dependencies]
1919
cfg-if = "1.0.4"
2020
num-traits = { version = "0.2.19", default-features = false }
21-
schemars = { version = "1.2.0", optional = true }
21+
schemars = { version = "1.2.1", optional = true }
2222
serde = { version = "1.0.228", features = ["derive"], optional = true }
2323
uom = { version = "0.37", features = ["autoconvert", "f32", "si"] }
2424

0 commit comments

Comments
 (0)