diff --git a/Cargo.toml b/Cargo.toml index fd630395..75fb8264 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ unicase = "2.6.0" # std bytemuck = { version = "1.2.0", optional = true } byteorder = { version = "1.3.2", optional = true } -image = { version = "0.23.12", features = [ +image = { version = "0.24.0", features = [ "png", ], default-features = false, optional = true } indexmap = { version = "1.2.0", default-features = false, features = [