From 6d509efe0c8f632404372633e5bf5ccc89f7c66e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 17:52:08 +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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 16e9ce0..12d655e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ flate2 = "1.0" lz4 = "1.24" bincode = { version = "2.0.0-rc.3", features = ["serde"] } rand = "0.8" -ndarray = { version = "0.16", features = ["serde"] } +ndarray = { version = "0.17", features = ["serde"] } [features] default = ["metrics", "snapshot", "graph", "cluster", "router"]