From 9162233cc9c3a76dc303ad99834bb816b3883fad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 20:34:31 +0000 Subject: [PATCH] Update kodama requirement from 0.2 to 0.3 Updates the requirements on [kodama](https://github.com/diffeo/kodama) to permit the latest version. - [Commits](https://github.com/diffeo/kodama/commits) --- updated-dependencies: - dependency-name: kodama dependency-version: 0.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- algorithms/linfa-hierarchical/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algorithms/linfa-hierarchical/Cargo.toml b/algorithms/linfa-hierarchical/Cargo.toml index f278aa468..df884f785 100644 --- a/algorithms/linfa-hierarchical/Cargo.toml +++ b/algorithms/linfa-hierarchical/Cargo.toml @@ -21,7 +21,7 @@ categories = ["algorithms", "mathematics", "science"] [dependencies] ndarray = { version = "0.16" } -kodama = "0.2" +kodama = "0.3" thiserror = "1.0.25" linfa = { version = "0.8.0", path = "../.." }