From 2c3bbe9e6f699aa6e3f46ace10c387a7bd3a480d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 06:42:32 +0000 Subject: [PATCH] deps(deps): bump image from 0.24.9 to 0.25.6 Bumps [image](https://github.com/image-rs/image) from 0.24.9 to 0.25.6. - [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md) - [Commits](https://github.com/image-rs/image/compare/v0.24.9...v0.25.6) --- updated-dependencies: - dependency-name: image dependency-version: 0.25.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 10e9abe..f9e68a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1802,7 +1802,7 @@ dependencies = [ "chrono", "clap", "criterion", - "image 0.24.9", + "image 0.25.6", "imageproc 0.23.0", "printpdf", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index 94ba542..c47febc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ thiserror = "2.0" anyhow = "1.0" # Image processing and generation -image = { version = "0.24", optional = true } +image = { version = "0.25", optional = true } imageproc = { version = "0.23", optional = true } resvg = { version = "0.44", optional = true } usvg = { version = "0.44", optional = true } @@ -73,7 +73,7 @@ printpdf = { version = "0.7", features = ["embedded_images"] } resvg = "0.44" usvg = "0.44" tiny-skia = "0.11" -image = "0.24" +image = "0.25" imageproc = "0.23" [[example]]