From d677f824fd25c15ad0d622a0d8216bd3ade5973c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 21:58:30 +0000 Subject: [PATCH] Update image requirement from 0.24 to 0.25 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.0...v0.25.1) --- 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 fa249e1..c401c01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,5 +23,5 @@ opt-level = 3 unstable = [] [dependencies] -image = "0.24" +image = "0.25" rayon = "1"