From bb6a6493489d465f43131fe00b4bc287179004bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 14:40:11 +0000 Subject: [PATCH] chore(deps): update ndarray requirement from 0.16 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/compare/ndarray-rand-0.16.0...0.17.1) --- updated-dependencies: - dependency-name: ndarray dependency-version: 0.17.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/synapse-infra/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/synapse-infra/Cargo.toml b/crates/synapse-infra/Cargo.toml index b06ca58b..96213dfe 100644 --- a/crates/synapse-infra/Cargo.toml +++ b/crates/synapse-infra/Cargo.toml @@ -39,7 +39,7 @@ futures = "0.3" # AI Inference ort = { workspace = true } tokenizers = { version = "0.19", default-features = false, features = ["onig"] } -ndarray = "0.16" +ndarray = "0.17" candle-core = { workspace = true } candle-nn = { workspace = true } candle-transformers = { workspace = true }