From b2706160959022eeedbc7e2e94407ff98248ca0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 22:14:23 +0000 Subject: [PATCH] Update image requirement from 0.23.14 to 0.24.0 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](https://github.com/image-rs/image/compare/v0.23.14...v0.24.0) --- 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 b58a471..9cfa94e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ gif = { version = "0.11.2", optional = true } version = "^0.3" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.image] -version = "0.23.14" +version = "0.24.0" optional = true default-features = false features = ["jpeg", "png", "bmp"]