From 1be09f4f8210e80621595f3d898ef1cac561bcd6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 00:26:24 +0000 Subject: [PATCH] chore(deps): update rust crate ndarray to 0.16.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 025913e..a402bbf 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_5"] } +ndarray = { version = "0.16.1", features = ["serde", "approx", "approx-0_5"] } approx = "0.5.1" thiserror = "1.0.69" serde = { version = "1.0.217", features = ["derive"] }