Skip to content

Commit 7c163a3

Browse files
build(deps): update rust crate serde to 1.0.219 (#82)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a61b13f commit 7c163a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ config-schema = ["schemars", "serde"]
1919
cfg-if = "1.0"
2020
num-traits = { version = "0.2.19", default-features = false }
2121
schemars = { version = "0.8.22", optional = true }
22-
serde = { version = "1.0.215", features = ["derive"], optional = true }
22+
serde = { version = "1.0.219", features = ["derive"], optional = true }
2323
uom = { version = "0.36", features = ["autoconvert", "f32", "si"] }
2424

2525
[target.'cfg(target_os = "linux")'.dependencies]

0 commit comments

Comments
 (0)