From b1ab6f466f2fb07a8fdad18e69554496ac5a072b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 15:48:55 +0100 Subject: [PATCH] Bump image from 0.25.2 to 0.25.5 (#28) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a229b29..94d1062 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -322,9 +322,9 @@ dependencies = [ [[package]] name = "image" -version = "0.25.2" +version = "0.25.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10" +checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b" dependencies = [ "bytemuck", "byteorder-lite", diff --git a/Cargo.toml b/Cargo.toml index e839522..f524158 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.5", features = ["ico", "png"], default-features = false } [target."cfg(windows)".build-dependencies] winres = "0.1.12"