From e23353a0cb6a8dbc2042048653120ce9a827f2b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 07:39:16 +0000 Subject: [PATCH] Update image requirement from 0.24.4 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.4...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 7dc48d2..d6c96f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,11 +13,11 @@ exclude = [ ] [dependencies] -image = { version = "0.24.4", optional = true } +image = { version = "0.25.1", optional = true } [dev-dependencies] criterion = { version = "0.5.1", features = ["html_reports"] } -image = "0.24.4" +image = "0.25.1" [[bench]] name = "scanner"