From f8e97fd81ce1865e3c1f585cefdc53a513e5853a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 16:31:47 +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 b9f9c44..62d3711 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -729,9 +729,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",