summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
-rw-r--r--graphics/Cargo.toml2
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