From fcf47a452296034de6a2d265ebb44a9b3b6e54ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 07:54:24 +0000 Subject: [PATCH] Update image requirement from 0.24.1 to 0.25.1 Updates the requirements on [image](https://github.com/image-rs/image) to permit the latest version. - [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md) - [Commits](https://github.com/image-rs/image/compare/v0.24.2...v0.25.1) --- updated-dependencies: - dependency-name: image dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a861c43..8ad6388 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" rust-version = "1.47" [dependencies] -image = { version = "0.24.1", default_features = false, optional = true } +image = { version = "0.25.1", default_features = false, optional = true } log = "0.4.14" [dependencies.libwebp-sys2] @@ -22,7 +22,7 @@ version = "0.1.9" features = ["0_5", "0_6", "1_2", "demux", "mux"] [dev-dependencies] -image = { version = "0.24.1", default_features = false, features = ["png"] } +image = { version = "0.25.1", default_features = false, features = ["png"] } imageproc = "0.23.0" env_logger = "0.10.0"