From 189e444f80c160ca0480a1bd9e192e12dec7f4d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 23:38:52 +0000 Subject: [PATCH] chore(deps): bump imageproc from 0.26.0 to 0.26.2 Bumps [imageproc](https://github.com/image-rs/imageproc) from 0.26.0 to 0.26.2. - [Release notes](https://github.com/image-rs/imageproc/releases) - [Changelog](https://github.com/image-rs/imageproc/blob/v0.26.2/CHANGELOG.md) - [Commits](https://github.com/image-rs/imageproc/compare/v0.26.0...v0.26.2) --- updated-dependencies: - dependency-name: imageproc dependency-version: 0.26.2 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 01836b6..7c1fd3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3658,9 +3658,9 @@ dependencies = [ [[package]] name = "imageproc" -version = "0.26.0" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3880a67ffee492100224b2ff31f4220ade971fc327c3c96faa63095a3825ea4d" +checksum = "645329c490783f3ea465d2b6c7c08286fece97f15e714fd533b6c70a3ead2252" dependencies = [ "ab_glyph", "approx",