From 078cadfed0e67560d9047d84435e87b8671c5992 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sat, 5 Nov 2022 03:47:08 +0100 Subject: Update `image` dependency to `0.24` --- Cargo.toml | 2 +- graphics/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e4801d7d..386eab48 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 749770f4..57079b95 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 -- cgit