From ce81ed72e42739858519376ce53ea15e61539f06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 09:59:14 +0000 Subject: [PATCH] chore(deps): update ruvector-core requirement from 0.1.2 to 2.0.1 Updates the requirements on [ruvector-core](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-core 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..f94b87d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ parking_lot = "0.12" # ============================================ # Core vector database -ruvector-core = "0.1.2" +ruvector-core = "2.0.1" ruvector-collections = "0.1.2" ruvector-filter = "0.1.2" ruvector-metrics = "0.1.2"