From b61172af8946bfdfdb8beef6822f7bd26e3871bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 15:14:32 +0000 Subject: [PATCH] Update tesseract-rs requirement from 0.1 to 0.2 in /ext/parsekit Updates the requirements on [tesseract-rs](https://github.com/cafercangundogdu/tesseract-rs) to permit the latest version. - [Release notes](https://github.com/cafercangundogdu/tesseract-rs/releases) - [Changelog](https://github.com/cafercangundogdu/tesseract-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/cafercangundogdu/tesseract-rs/compare/v0.1.20...v0.2.0) --- updated-dependencies: - dependency-name: tesseract-rs dependency-version: 0.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ext/parsekit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/parsekit/Cargo.toml b/ext/parsekit/Cargo.toml index 9862554..82fa400 100644 --- a/ext/parsekit/Cargo.toml +++ b/ext/parsekit/Cargo.toml @@ -16,7 +16,7 @@ magnus = { version = "0.8", features = ["rb-sys"] } # MuPDF builds from source and statically links mupdf = { version = "0.6", default-features = false, features = [] } # OCR - Using tesseract-rs for both system and bundled modes -tesseract-rs = "0.1" # Tesseract with optional bundling +tesseract-rs = "0.2" # Tesseract with optional bundling image = "0.25" # Image processing library (match rusty-tesseract's version) calamine = "0.34" # Excel parsing docx-rs = "0.4" # Word document parsing