Skip to content
This repository was archived by the owner on Jun 23, 2022. It is now read-only.

Commit f912807

Browse files
Update image requirement from 0.22.3 to 0.23.9
Updates the requirements on [image](https://github.com/image-rs/image) to permit the latest version. - [Release notes](https://github.com/image-rs/image/releases) - [Changelog](https://github.com/image-rs/image/blob/master/CHANGES.md) - [Commits](image-rs/image@v0.22.3...v0.22.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent e0bc349 commit f912807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plotters-backend = "0.3.*"
1616
gif = { version = "0.10.3", optional = true }
1717

1818
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.image]
19-
version = "0.22.3"
19+
version = "0.23.9"
2020
optional = true
2121
default-features = false
2222
features = ["jpeg", "png_codec", "bmp"]

0 commit comments

Comments
 (0)