From ef30236fa7a5513b14b5d3ecd49fdca8aae74497 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Aug 2022 04:18:20 +0900 Subject: [PATCH] fix(deps): update rust crate ndarray to 0.15.6 (#27) 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 83949ae..6dacdec 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.14.0", features = ["serde", "approx"] } +ndarray = { version = "0.15.6", features = ["serde", "approx"] } approx = "0.4.0" thiserror = "1.0.23" serde = { version = "1.0.118", features = ["derive"] }