From da1a5f0f710828a192de63f1bf68a3a70e3a432f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 06:56:11 +0000 Subject: [PATCH] chore(deps): update ndarray requirement from 0.15 to 0.17 Updates the requirements on [ndarray](https://github.com/rust-ndarray/ndarray) to permit the latest version. - [Release notes](https://github.com/rust-ndarray/ndarray/releases) - [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md) - [Commits](https://github.com/rust-ndarray/ndarray/commits/0.17.2) --- updated-dependencies: - dependency-name: ndarray dependency-version: 0.17.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/synapse-cognition/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/synapse-cognition/Cargo.toml b/crates/synapse-cognition/Cargo.toml index 1dc9372..eede205 100644 --- a/crates/synapse-cognition/Cargo.toml +++ b/crates/synapse-cognition/Cargo.toml @@ -30,7 +30,7 @@ candle-core = "0.8.0" candle-nn = "0.9.1" candle-transformers = "0.8.0" tokenizers = "0.19" -ndarray = "0.15" +ndarray = "0.17" # Randomness rand = "0.8"