From f37bb470d79a22139614954218199411b7b3f5e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:40:43 +0000 Subject: [PATCH] chore(deps): update imageproc requirement from 0.26 to 0.27 Updates the requirements on [imageproc](https://github.com/image-rs/imageproc) to permit the latest version. - [Release notes](https://github.com/image-rs/imageproc/releases) - [Changelog](https://github.com/image-rs/imageproc/blob/main/CHANGELOG.md) - [Commits](https://github.com/image-rs/imageproc/compare/v0.26.0...v0.27.0) --- updated-dependencies: - dependency-name: imageproc dependency-version: 0.27.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 0896a01..8cb00fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ hf-hub = { version = "0.4", default-features = false, features = ["tokio", "rust half = "2" # f16 support for diffusion # Image Processing (OCR - DeepSeek-OCR inspired) -imageproc = "0.26" +imageproc = "0.27" # OCR (Tesseract bindings) rusty-tesseract = "1.1"