From 36c1ff3eca3b5913c6de2f2f326a363e367ca41f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 02:03:44 +0000 Subject: [PATCH] chore(deps): bump ndarray from 0.16.1 to 0.17.2 Bumps [ndarray](https://github.com/rust-ndarray/ndarray) from 0.16.1 to 0.17.2. - [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/0.16.1...0.17.2) --- updated-dependencies: - dependency-name: ndarray dependency-version: 0.17.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- clinician/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d3255d93..36b4cfb7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1997,9 +1997,9 @@ dependencies = [ [[package]] name = "ndarray" -version = "0.16.1" +version = "0.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "882ed72dce9365842bf196bdeedf5055305f11fc8c03dee7bb0194a6cad34841" +checksum = "520080814a7a6b4a6e9070823bb24b4531daac8c4627e08ba5de8c5ef2f2752d" dependencies = [ "matrixmultiply", "num-complex", diff --git a/clinician/Cargo.toml b/clinician/Cargo.toml index 8ad76b71..e709b4c8 100644 --- a/clinician/Cargo.toml +++ b/clinician/Cargo.toml @@ -54,7 +54,7 @@ ambientops-contracts = { path = "../contracts-rust" } arangors = { version = "0.6", optional = true } redis = { version = "0.27", features = ["tokio-comp", "connection-manager"], optional = true } ollama-rs = { version = "0.3", optional = true } -ndarray = { version = "0.16", optional = true } +ndarray = { version = "0.17", optional = true } scraper = { version = "0.27", optional = true } bluer = { version = "0.17", features = ["bluetoothd"], optional = true }