From cc04f8a78174e31d0ecbd4e794e3aacc70796a54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 23:02:46 +0000 Subject: [PATCH] build(deps): update rust crate serde to 1.0.217 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28f1d16..17a6b54 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.215", features = ["derive"], optional = true } +serde = { version = "1.0.217", features = ["derive"], optional = true } uom = { version = "0.36", features = ["autoconvert", "f32", "si"] } [target.'cfg(target_os = "linux")'.dependencies]