From 8b9f188db5a8082432def9c6a9f6d864a6e93929 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 09:41:16 +0000 Subject: [PATCH] chore(deps): update ruvector-cluster requirement from 0.1.2 to 2.0.2 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.2 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..8e0d52f 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.2" ruvector-raft = "0.1.2" ruvector-replication = "0.1.2"