From ce73686c41251e61258dc6dbe07c759e3eb808e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 16:43:46 +0000 Subject: [PATCH] fix(deps): update rust crate ndarray to 0.17 --- spnl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spnl/Cargo.toml b/spnl/Cargo.toml index 4ff9f051..2b5a0707 100644 --- a/spnl/Cargo.toml +++ b/spnl/Cargo.toml @@ -67,7 +67,7 @@ tokio-stream = { version = "0.1.18", features = ["net"], optional = true } tokio-util = { version = "0.7.16", optional = true } anyhow = { version = "1.0.98" } leann-core = { version = "0.1.1", optional = true } -ndarray = { version = "0.16", optional = true } +ndarray = { version = "0.17", optional = true } either = { version = "1.13", optional = true } indexmap = { version = "2.7.0", optional = true } itertools = { version = "0.14.0", optional = true }