diff --git a/Cargo.toml b/Cargo.toml index e4801d7d3f..386eab484f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,7 +104,7 @@ iced_glow = { version = "0.3", path = "glow", optional = true } thiserror = "1.0" [dependencies.image_rs] -version = "0.23" +version = "0.24" package = "image" optional = true diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index 749770f494..57079b9503 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -65,7 +65,7 @@ version = "0.10" optional = true [dependencies.image_rs] -version = "0.23" +version = "0.24" package = "image" default-features = false optional = true