From a4a1b263933df2e5b18843421011431166281b4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 17:50:50 +0000 Subject: [PATCH] Bump imageproc from 0.23.0 to 0.23.1 Bumps [imageproc](https://github.com/image-rs/imageproc) from 0.23.0 to 0.23.1. - [Release notes](https://github.com/image-rs/imageproc/releases) - [Changelog](https://github.com/image-rs/imageproc/blob/v0.23.1/CHANGELOG.md) - [Commits](https://github.com/image-rs/imageproc/compare/v0.23.0...v0.23.1) --- updated-dependencies: - dependency-name: imageproc dependency-version: 0.23.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3df699b..20b1bc5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1221,9 +1221,9 @@ dependencies = [ [[package]] name = "imageproc" -version = "0.23.0" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6aee993351d466301a29655d628bfc6f5a35a0d062b6160ca0808f425805fd7" +checksum = "2f95582cde541e3ec8a855c2b395f340acd9984b26162c811e3e8d1defc5fec3" dependencies = [ "approx", "conv",