From d3c096a714981eb9203733ab61b64a8742ab6842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 07:05:36 +0000 Subject: [PATCH] Update image requirement from 0.24.4 to 0.25.0 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.4...v0.25.0) --- 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 7dc48d2..1351099 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,11 +13,11 @@ exclude = [ ] [dependencies] -image = { version = "0.24.4", optional = true } +image = { version = "0.25.0", optional = true } [dev-dependencies] criterion = { version = "0.5.1", features = ["html_reports"] } -image = "0.24.4" +image = "0.25.0" [[bench]] name = "scanner"