From 9c436da51e9129bb951b8bbd77883362e524eb0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 20:44:58 +0000 Subject: [PATCH] Bump text-splitter from 0.26.0 to 0.27.0 Bumps [text-splitter](https://github.com/benbrandt/text-splitter) from 0.26.0 to 0.27.0. - [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.26.0...v0.27.0) --- updated-dependencies: - dependency-name: text-splitter dependency-version: 0.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- ollama-rs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 306db02..a6b724b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2648,9 +2648,9 @@ dependencies = [ [[package]] name = "text-splitter" -version = "0.26.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef565c233dd6cc1a2c31a89076800f091d84b8bdae32b5a23956dde2692e00a2" +checksum = "9f7e97f5863248f7d07896a1816bd4110cb1b0b122741f157d702121a270bf33" dependencies = [ "ahash", "auto_enums", diff --git a/ollama-rs/Cargo.toml b/ollama-rs/Cargo.toml index 2fc83e9..b0bca32 100644 --- a/ollama-rs/Cargo.toml +++ b/ollama-rs/Cargo.toml @@ -27,7 +27,7 @@ tokio-stream = { version = "0.1.17", optional = true } url = "2" log = "0.4" scraper = { version = "0.23.1", optional = true } -text-splitter = { version = "0.26.0", optional = true } +text-splitter = { version = "0.27.0", optional = true } regex = { version = "1.11.1", optional = true } async-stream = "0.3.5" http = { version = "1.3.1", optional = true }