From 800a8a7f6ef03e723c2f4410a5423f2dc3338743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 01:21:45 +0000 Subject: [PATCH] Update text-splitter requirement from 0.24 to 0.25 Updates the requirements on [text-splitter](https://github.com/benbrandt/text-splitter) to permit the latest version. - [Release notes](https://github.com/benbrandt/text-splitter/releases) - [Changelog](https://github.com/benbrandt/text-splitter/blob/main/CHANGELOG.md) - [Commits](https://github.com/benbrandt/text-splitter/compare/v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: text-splitter 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 f443049..72d0d12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ quick-xml = "0.37" # triple_accel = "0.4.0" # [target.'cfg(not(target_os = "linux"))'.dependencies] sqlite-vec = "0.1.6" -text-splitter = { version = "0.24", default-features = false, features = ["tokenizers"] } +text-splitter = { version = "0.25", default-features = false, features = ["tokenizers"] } # sqlite-vec = { path = "/mnt/d/work/sqlite-vec/bindings/rust/" } [build-dependencies]