From dccb0e4aec293b8dc758c89936e0acbed119e476 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 14:22:43 +0900 Subject: [PATCH] fix(deps): update rust crate approx to 0.5.1 (#26) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Masaharu TASHIRO --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 289feff..471070c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ maintenance = { status = "actively-developed" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ndarray = { version = "0.15.6", features = ["serde", "approx"] } -approx = "0.4.0" +ndarray = { version = "0.15.6", features = ["serde", "approx", "approx-0_5"] } +approx = "0.5.1" thiserror = "1.0.38" serde = { version = "1.0.152", features = ["derive"] }