From be0b8dee6c787b781d7fa32afaac9ff6c38ed0ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 06:33:12 +0000 Subject: [PATCH] chore(deps): update imageproc requirement from 0.23 to 0.25 Updates the requirements on [imageproc](https://github.com/image-rs/imageproc) to permit the latest version. - [Changelog](https://github.com/image-rs/imageproc/blob/main/CHANGELOG.md) - [Commits](https://github.com/image-rs/imageproc/commits/v0.25.0) --- updated-dependencies: - dependency-name: imageproc dependency-version: 0.25.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 a77baca2..b146caa5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ hf-hub = "0.3" half = "2" # f16 support for diffusion # Image Processing (OCR - DeepSeek-OCR inspired) -imageproc = "0.23" +imageproc = "0.25" # OCR (Tesseract bindings) rusty-tesseract = "1.1"