Update image dependency to 0.24

This commit is contained in:
Héctor Ramón Jiménez 2022-11-05 03:47:08 +01:00
parent 7a24b4ba69
commit 078cadfed0
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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