From 168d14422a2fdcb7739c673cb5e76a2b39544654 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 07:18:33 +0000 Subject: [PATCH] chore(deps): update rust crate serde to 1.0.186 (#85) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c44d143..9b166e5 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.47" -serde = { version = "1.0.185", features = ["derive"] } +serde = { version = "1.0.186", features = ["derive"] }