diff --git a/Cargo.toml b/Cargo.toml index ddaa00a..d4d079b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.209", features = ["derive"], optional = true } +serde = { version = "1.0.210", features = ["derive"], optional = true } uom = { version = "0.36", features = ["autoconvert", "f32", "si"] } [target.'cfg(target_os = "linux")'.dependencies]