From cef1b29f08aaaef5bd29290f1287f4d32ea3c8d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 23:00:40 +0000 Subject: [PATCH] chore(deps): bump text-splitter from 0.4.3 to 0.4.4 Bumps [text-splitter](https://github.com/benbrandt/text-splitter) from 0.4.3 to 0.4.4. - [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.4.3...v0.4.4) --- updated-dependencies: - dependency-name: text-splitter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b3dcae..31787f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2678,9 +2678,9 @@ dependencies = [ [[package]] name = "text-splitter" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27e155cf42d0862836a461b9740411748457436df9d94f48458c71138f77d91c" +checksum = "e6d9982d8e572d1187783d913e9b0e6ae49d3e56b67b7f2b4ef024a5707973a9" dependencies = [ "auto_enums", "either",