From 18c08835d9239259ec0031587f5545ec1d450d32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 04:26:20 +0000 Subject: [PATCH] Update pdf-extract requirement from 0.7 to 0.10 Updates the requirements on [pdf-extract](https://github.com/jrmuizel/pdf-extract) to permit the latest version. - [Commits](https://github.com/jrmuizel/pdf-extract/compare/v0.7.1...v0.10.0) --- updated-dependencies: - dependency-name: pdf-extract dependency-version: 0.10.0 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 0afb1dd..85f8e85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ chrono = { version = "0.4", features = ["serde"] } tesseract = { version = "0.14", optional = true } # PDF parsing -pdf-extract = { version = "0.7", optional = true } +pdf-extract = { version = "0.10", optional = true } # Clustering algorithms para RAPTOR linfa = { version = "0.7", optional = true }