From 45638320e0ab7f6b1f5c0c2b5f021be988c4a5be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Aug 2022 04:21:19 +0900 Subject: [PATCH] fix(deps): update rust crate serde to 1.0.143 (#31) 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 6dacdec..b6975bc 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.4.0" thiserror = "1.0.23" -serde = { version = "1.0.118", features = ["derive"] } +serde = { version = "1.0.143", features = ["derive"] }