From 696627296e3bea04f53abe91c458f26cb32deabf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 15:32:23 +0000 Subject: [PATCH] Bump image from 0.25.5 to 0.25.6 Bumps [image](https://github.com/image-rs/image) from 0.25.5 to 0.25.6. - [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md) - [Commits](https://github.com/image-rs/image/compare/v0.25.5...v0.25.6) --- updated-dependencies: - dependency-name: image dependency-version: 0.25.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ad062d2d6..afccd3802 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2102,9 +2102,9 @@ dependencies = [ [[package]] name = "image" -version = "0.25.5" +version = "0.25.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b" +checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a" dependencies = [ "bytemuck", "byteorder-lite", diff --git a/Cargo.toml b/Cargo.toml index f40b7701a..09d488414 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = ["ascii", "image", "manifest"] owo-colors = "4.2.0" anyhow = "1.0" clap = { version = "4.5.34", features = ["derive"] } -image = { version = "0.25.5", default-features = false, features = [ +image = { version = "0.25.6", default-features = false, features = [ "color_quant", "jpeg", "png",