From 37f4d9db0d6af71351fb5171af4d43ec9457da53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 23:51:58 +0000 Subject: [PATCH] chore(deps): bump imageproc from 0.25.0 to 0.25.1 Bumps [imageproc](https://github.com/image-rs/imageproc) from 0.25.0 to 0.25.1. - [Release notes](https://github.com/image-rs/imageproc/releases) - [Changelog](https://github.com/image-rs/imageproc/blob/v0.25.1/CHANGELOG.md) - [Commits](https://github.com/image-rs/imageproc/compare/v0.25.0...v0.25.1) --- updated-dependencies: - dependency-name: imageproc dependency-version: 0.25.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cdf55ec..e067f25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2094,9 +2094,9 @@ dependencies = [ [[package]] name = "imageproc" -version = "0.25.0" +version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2393fb7808960751a52e8a154f67e7dd3f8a2ef9bd80d1553078a7b4e8ed3f0d" +checksum = "602b4e8a4cc3e98372b766cd184ab532999bc0e839b7469e759511ccabc65d77" dependencies = [ "ab_glyph", "approx",