From 79534c09ea4724c9794936436b6c28bc24af5d69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 05:51:12 +0000 Subject: [PATCH] Bump image from 0.25.2 to 0.25.3 Bumps [image](https://github.com/image-rs/image) from 0.25.2 to 0.25.3. - [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md) - [Commits](https://github.com/image-rs/image/compare/v0.25.2...v0.25.3) --- updated-dependencies: - dependency-name: image 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 a229b29..a0e526a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -322,9 +322,9 @@ dependencies = [ [[package]] name = "image" -version = "0.25.2" +version = "0.25.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10" +checksum = "d97eb9a8e0cd5b76afea91d7eecd5cf8338cd44ced04256cf1f800474b227c52" dependencies = [ "bytemuck", "byteorder-lite", diff --git a/Cargo.toml b/Cargo.toml index e839522..c6c90e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ mla = "1.4.0" structopt = "0.3.26" [build-dependencies] -image = { version = "0.25.2", features = ["ico", "png"], default-features = false } +image = { version = "0.25.3", features = ["ico", "png"], default-features = false } [target."cfg(windows)".build-dependencies] winres = "0.1.12"