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

Commit d4b710b

Browse files
Update image requirement from 0.23.14 to 0.24.2
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/v0.24.2/CHANGES.md) - [Commits](image-rs/image@v0.23.14...v0.24.2) --- updated-dependencies: - dependency-name: image dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent faf75ca commit d4b710b

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
@@ -18,7 +18,7 @@ gif = { version = "0.11.2", optional = true }
1818
version = "^0.3"
1919

2020
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.image]
21-
version = "0.23.14"
21+
version = "0.24.2"
2222
optional = true
2323
default-features = false
2424
features = ["jpeg", "png", "bmp"]

0 commit comments

Comments
 (0)