Skip to content

Commit

Permalink
Update image dependency to 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Nov 5, 2022
1 parent 7a24b4b commit 078cadf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion graphics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 078cadf

Please sign in to comment.