From 8f85d96488f19b4c87ec012e5e1b7d2f8cf58c08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:14:31 +0800 Subject: [PATCH] build(deps): bump ndarray from 0.17.1 to 0.17.2 in /rust (#183) Bumps [ndarray](https://github.com/rust-ndarray/ndarray) from 0.17.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.17.1...0.17.2) --- updated-dependencies: - dependency-name: ndarray dependency-version: 0.17.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rust/Cargo.lock | 4 ++-- rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 9ffe742..43faf93 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -3580,9 +3580,9 @@ dependencies = [ [[package]] name = "ndarray" -version = "0.17.1" +version = "0.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c7c9125e8f6f10c9da3aad044cc918cf8784fa34de857b1aa68038eb05a50a9" +checksum = "520080814a7a6b4a6e9070823bb24b4531daac8c4627e08ba5de8c5ef2f2752d" dependencies = [ "matrixmultiply", "num-complex 0.4.6", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 8838bc0..525c070 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -48,7 +48,7 @@ ort = { version = "2.0.0-rc.11", features = [ tokenizers = { version = "0.22.2", default-features = false, features = [ "onig", ] } -ndarray = "0.17.1" +ndarray = "0.17.2" serde_json = "1.0.149" serde = { version = "1.0.228", features = ["derive"] } unp4k_rs = { git = "https://github.com/StarCitizenToolBox/unp4k_rs", rev = "29430002d6f3a8d87feabac26c03ae0311c81263" }