From 93116af9954b330300bfbe938d863b0cbbbbc513 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 12:28:18 +0000 Subject: [PATCH] chore(deps): 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.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 30b711e..ea5cd97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ modnet = ["rayon"] [dependencies] bevy_args = "1.3" -image = "0.24" +image = "0.25" ndarray = "0.15" rayon = { version = "1.8", optional = true } thiserror = "1.0"