From cf0e515ae17ecc5ddc59facb81e9bf8e1b8ede7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 06:00:41 +0000 Subject: [PATCH] chore(deps): bump imageproc in /api in the minor-and-patch group Bumps the minor-and-patch group in /api with 1 update: [imageproc](https://github.com/image-rs/imageproc). Updates `imageproc` from 0.26.0 to 0.26.1 - [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.26.1) --- updated-dependencies: - dependency-name: imageproc dependency-version: 0.26.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- api/Cargo.lock | 4 ++-- api/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/Cargo.lock b/api/Cargo.lock index 3eeb97c..b4a3ec1 100644 --- a/api/Cargo.lock +++ b/api/Cargo.lock @@ -509,9 +509,9 @@ dependencies = [ [[package]] name = "imageproc" -version = "0.26.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3880a67ffee492100224b2ff31f4220ade971fc327c3c96faa63095a3825ea4d" +checksum = "5a8046da590889acc65f5880004580ebb269bbef84d6c0f5c543ec2dece46638" dependencies = [ "ab_glyph", "approx", diff --git a/api/Cargo.toml b/api/Cargo.toml index 4d6d65c..85e11a5 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -9,4 +9,4 @@ crate-type = ["cdylib"] [dependencies] wasm-bindgen = "0.2" image = { version = "0.25", default-features = false, features = ["png", "jpeg", "tiff"] } -imageproc = "0.26.0" +imageproc = "0.26.1"