Skip to content

Commit

Permalink
build(deps): update rust crate serde to 1.0.206
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 11, 2024
1 parent e997c8d commit 58ca400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ config-schema = ["schemars", "serde"]
cfg-if = "1.0"
num-traits = { version = "0.2.19", default-features = false }
schemars = { version = "0.8.21", optional = true }
serde = { version = "1.0.205", features = ["derive"], optional = true }
serde = { version = "1.0.206", features = ["derive"], optional = true }
uom = { version = "0.36", features = ["autoconvert", "f32", "si"] }

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

0 comments on commit 58ca400

Please sign in to comment.