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

Commit 9bf6a36

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 861512d commit 9bf6a36

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
@@ -19,7 +19,7 @@ git = "https://github.com/plotters-rs/plotters-backend"
1919
# version = "0.3.1"
2020

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

0 commit comments

Comments
 (0)