From ecbf4f3501c841aff700b3adb3839aa297d409fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 18:31:38 +0000 Subject: [PATCH] Update image requirement from 0.24.6 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.6...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 04a006f..d8dad1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ instant = "0.1" kira = "0.8.5" bytemuck = { version = "1.13.1", features = ["derive"] } wgpu_macros = "0.1.0" -image = "0.24.6" +image = "0.25.1" rayon = "1.7.0" clap = { version = "4.3.10", features = ["derive"] } gltf = "1.2.0"