From 4a09f78d6519b612437886637d388d7b12689760 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 09:58:30 +0000 Subject: [PATCH] chore(deps): update ruvector-cluster requirement from 0.1.2 to 2.0.1 Updates the requirements on [ruvector-cluster](https://github.com/ruvnet/ruvector) to permit the latest version. - [Release notes](https://github.com/ruvnet/ruvector/releases) - [Changelog](https://github.com/ruvnet/ruvector/blob/main/CHANGELOG.md) - [Commits](https://github.com/ruvnet/ruvector/commits) --- updated-dependencies: - dependency-name: ruvector-cluster dependency-version: 2.0.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 632c29c..ea76472 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ ruvector-graph = "0.1.2" ruvector-gnn = "0.1.15" # Distributed/cluster -ruvector-cluster = "0.1.2" +ruvector-cluster = "2.0.1" ruvector-raft = "0.1.2" ruvector-replication = "0.1.2"