From 94c9010067ab3cfd2094f968fe714e2ddd2c8dd8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 05:18:38 +0000 Subject: [PATCH] chore(deps): update rust crate serde to 1.0.216 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c552cbb..828da47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,4 +68,4 @@ maintenance = { status = "actively-developed" } ndarray = { version = "0.15.6", features = ["serde", "approx", "approx-0_5"] } approx = "0.5.1" thiserror = "1.0.69" -serde = { version = "1.0.215", features = ["derive"] } +serde = { version = "1.0.216", features = ["derive"] }