diff --git a/Cargo.lock b/Cargo.lock index 1c6339f..291887e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -196,9 +196,9 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "image" -version = "0.24.8" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "034bbe799d1909622a74d1193aa50147769440040ff36cb2baa947609b0a4e23" +checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" dependencies = [ "bytemuck", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index d5a7781..dd085f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ vek = "0.16.1" [dependencies.image] # Dependency of macroquad with added "bmp" feature so we can load RecWar's original assets. # Must be the same version as macroquad, even if that means it's outdated. -version = "0.24.8" +version = "0.24.9" default-features = false features = ["png", "tga", "bmp"]