From ae9109df6fd26c0fac0100d9e1547301ab355cbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 10:06:16 +0000 Subject: [PATCH] Update lax requirement from 0.17.0 to 0.18.0 Updates the requirements on [lax](https://github.com/rust-ndarray/ndarray-linalg) to permit the latest version. - [Release notes](https://github.com/rust-ndarray/ndarray-linalg/releases) - [Commits](https://github.com/rust-ndarray/ndarray-linalg/compare/lax-v0.17.0...ndarray-linalg-v0.18.0) --- updated-dependencies: - dependency-name: lax dependency-version: 0.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- algorithms/linfa-clustering/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algorithms/linfa-clustering/Cargo.toml b/algorithms/linfa-clustering/Cargo.toml index 56e442398..2ab2c39b2 100644 --- a/algorithms/linfa-clustering/Cargo.toml +++ b/algorithms/linfa-clustering/Cargo.toml @@ -56,7 +56,7 @@ linfa-datasets = { version = "0.8.0", path = "../../datasets", features = [ criterion = "0.5" serde_json = "1" approx = "0.5" -lax = "=0.17.0" +lax = "=0.18.0" linfa = { version = "0.8.0", path = "../..", features = ["benchmarks"] } [[bench]]