From 9bf6a36815201a15dabe56e699830d3bd5152b39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 20:42:49 +0000 Subject: [PATCH] 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](https://github.com/image-rs/image/compare/v0.23.14...v0.24.2) --- updated-dependencies: - dependency-name: image dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2bc730a..745632c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ git = "https://github.com/plotters-rs/plotters-backend" # version = "0.3.1" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.image] -version = "0.23.14" +version = "0.24.2" optional = true default-features = false features = ["jpeg", "png", "bmp"]