From af3522c6713449640cb43d6ea86aca31c040c7df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 15:59:28 +0000 Subject: [PATCH] chore(deps): update rust crate serde to 1.0.202 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa2a510..6f39ea4 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.60" -serde = { version = "1.0.201", features = ["derive"] } +serde = { version = "1.0.202", features = ["derive"] }