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"